Color Hex Logo

#896bdd Color Hex

#896BDD
(137,107,221)
0 Favorites   0 Comments

Color spaces of #896bdd

RGB 137107221
HSL0.710.630.64
HSV256°52°87°
CMYK 0.380.520.00   0.13
XYZ28.625421.054270.9618
Yxy21.05420.23730.1745
Hunter Lab45.884931.0592-59.5737
CIE-Lab53.008837.6999-54.4203

#896bdd color RGB value is (137,107,221).

#896bdd hex color red value is 137, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #896bdd hue: 0.71 , saturation: 0.63 and the lightness value of 896bdd is 0.64.

The process color (four color CMYK) of #896bdd color hex is 0.38, 0.52, 0.00, 0.13. Web safe color of #896bdd is #9966cc. Color #896bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101011 11011101
Octal 211 153 335
Decimal 137 107 221
Hex 89 6B DD

RGB Percentages of Color #896bdd

%29.46
%23.01
%47.53

CMYK Percentages of Color #896bdd

%38
%52
%0
%13

Triadic Colors of #896bdd

#896bdd #dd896b #6bdd89

Analogous Colors of #896bdd

#896bdd #c26bdd #6b86dd

Monochromatic Colors of #896bdd

#896bdd

Complementary Color

#896bdd #bfdd6b

#896bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#896bdd Color CSS Codes

.mybgcolor {background-color:#896bdd; } 
.myforecolor {color:#896bdd; }
.mybordercolor {border:3px solid #896bdd; }

#896bdd Text Font Color

<p style="color:#896bdd">Text here</p>

This sample text font color is #896bdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#896bdd Background Color

<div style="background-color:#896bdd">
Div content here</div>

This div background color is #896bdd


#896bdd Border Color

<div style="border:3px solid #896bdd">
Div here</div>

This div border color is #896bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,107,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #896bdd;
  box-shadow:         1px 1px 3px 2px #896bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,107,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #896bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #896bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #896bdd;
  box-shadow:         1px 1px 3px 2px #896bdd;">
Div content here</div>

This div box has shadow with color #896bdd

#896bdd Color Palettes


Comments

No comments written yet.

Please login to write comment.