Enter a color:

Text as the color #885DAE


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

Background using #885DAE


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

Border color as #885DAE


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

Text shadow using #885DAE


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

Box shadow as #885DAE


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

Related Tools:

CSS Fonts


Saved Palette


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