Enter a color:

Text as the color #DFBFDC


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

Background using #DFBFDC


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

Border color as #DFBFDC


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

Text shadow using #DFBFDC


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

Box shadow as #DFBFDC


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

Related Tools:

CSS Fonts


Saved Palette


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