Enter a color:

Text as the color #DFBEFB


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

Background using #DFBEFB


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

Border color as #DFBEFB


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

Text shadow using #DFBEFB


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

Box shadow as #DFBEFB


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

Related Tools:

CSS Fonts


Saved Palette


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