Enter a color:

Text as the color #AA7078


HTML:
<div style="color: #AA7078"></div>
CSS:
.class { color: #AA7078; }

Background using #AA7078


HTML:
<div style="background-color: #AA7078"></div>
CSS:
.class { background-color: #AA7078; }

Border color as #AA7078


HTML:
<div style="border: 2px solid #AA7078"></div>
CSS:
.class { border: 2px solid #AA7078; }

Text shadow using #AA7078


HTML:
<div style="text-shadow: 3px 3px 2px #AA7078"></div>
CSS:
.class { text-shadow: 3px 3px 2px #AA7078; }

Box shadow as #AA7078


HTML:
<div style="box-shadow: 1px 1px 3px 2px #AA7078; -webkit-box-shadow: 1px 1px 3px 2px #AA7078;-moz-box-shadow:1px 1px 3px 2px #AA7078"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #AA7078; -webkit-box-shadow: 1px 1px 3px 2px #AA7078;-moz-box-shadow:1px 1px 3px 2px #AA7078; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.