Enter a color:

Text as the color #DDBEFA


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

Background using #DDBEFA


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

Border color as #DDBEFA


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

Text shadow using #DDBEFA


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

Box shadow as #DDBEFA


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

Related Tools:

CSS Fonts


Saved Palette


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