Enter a color:

Text as the color #777ABA


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

Background using #777ABA


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

Border color as #777ABA


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

Text shadow using #777ABA


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

Box shadow as #777ABA


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

Related Tools:

CSS Fonts


Saved Palette


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