Color Hex Logo

#896acb Color Hex

#896ACB
(137,106,203)
0 Favorites   0 Comments

Color spaces of #896acb

RGB 137106203
HSL0.720.480.61
HSV259°48°80°
CMYK 0.330.480.00   0.20
XYZ26.250119.938258.9648
Yxy19.93820.24960.1896
Hunter Lab44.652226.7950-47.0380
CIE-Lab51.767333.5120-46.1799

#896acb color RGB value is (137,106,203).

#896acb hex color red value is 137, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #896acb hue: 0.72 , saturation: 0.48 and the lightness value of 896acb is 0.61.

The process color (four color CMYK) of #896acb color hex is 0.33, 0.48, 0.00, 0.20. Web safe color of #896acb is #9966cc. Color #896acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101010 11001011
Octal 211 152 313
Decimal 137 106 203
Hex 89 6A CB

RGB Percentages of Color #896acb

%30.72
%23.77
%45.52

CMYK Percentages of Color #896acb

%33
%48
%0
%20

Triadic Colors of #896acb

#896acb #cb896a #6acb89

Analogous Colors of #896acb

#896acb #ba6acb #6a7ccb

Monochromatic Colors of #896acb

#896acb

Complementary Color

#896acb #accb6a

#896acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#896acb Color CSS Codes

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

#896acb Text Font Color

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

This sample text font color is #896acb
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.


#896acb Background Color

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

This div background color is #896acb


#896acb Border Color

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

This div border color is #896acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896acb


Comments

No comments written yet.

Please login to write comment.