Color Hex Logo

#8896cb Color Hex

#8896CB
(136,150,203)
0 Favorites   0 Comments

Color spaces of #8896cb

RGB 136150203
HSL0.630.390.66
HSV227°33°80°
CMYK 0.330.260.00   0.20
XYZ31.839231.358760.8746
Yxy31.35870.25660.2527
Hunter Lab55.99883.4916-25.2531
CIE-Lab62.80937.5567-28.8833

#8896cb color RGB value is (136,150,203).

#8896cb hex color red value is 136, green value is 150 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8896cb hue: 0.63 , saturation: 0.39 and the lightness value of 8896cb is 0.66.

The process color (four color CMYK) of #8896cb color hex is 0.33, 0.26, 0.00, 0.20. Web safe color of #8896cb is #9999cc. Color #8896cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010110 11001011
Octal 210 226 313
Decimal 136 150 203
Hex 88 96 CB

RGB Percentages of Color #8896cb

%27.81
%30.67
%41.51

CMYK Percentages of Color #8896cb

%33
%26
%0
%20

Triadic Colors of #8896cb

#8896cb #cb8896 #96cb88

Analogous Colors of #8896cb

#8896cb #9c88cb #88b8cb

Monochromatic Colors of #8896cb

#8896cb

Complementary Color

#8896cb #cbbd88

#8896cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8896cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8896cb Color CSS Codes

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

#8896cb Text Font Color

<p style="color:#8896cb">Text here</p>

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


#8896cb Background Color

<div style="background-color:#8896cb">
Div content here</div>

This div background color is #8896cb


#8896cb Border Color

<div style="border:3px solid #8896cb">
Div here</div>

This div border color is #8896cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,150,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8896cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8896cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8896cb;
  box-shadow:         1px 1px 3px 2px #8896cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,150,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 #8896cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8896cb


Comments

No comments written yet.

Please login to write comment.