Enter a color:

Text as the color #758ABE


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

Background using #758ABE


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

Border color as #758ABE


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

Text shadow using #758ABE


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

Box shadow as #758ABE


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

Related Tools:

CSS Fonts


Saved Palette


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