Color Hex Logo

#8796cb Color Hex

#8796CB
(135,150,203)
0 Favorites   0 Comments

Color spaces of #8796cb

RGB 135150203
HSL0.630.400.66
HSV227°33°80°
CMYK 0.330.260.00   0.20
XYZ31.677531.275460.8671
Yxy31.27540.25580.2526
Hunter Lab55.92443.2408-25.3831
CIE-Lab62.73947.2689-28.9969

#8796cb color RGB value is (135,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010110 11001011
Octal 207 226 313
Decimal 135 150 203
Hex 87 96 CB

RGB Percentages of Color #8796cb

%27.66
%30.74
%41.60

CMYK Percentages of Color #8796cb

%33
%26
%0
%20

Triadic Colors of #8796cb

#8796cb #cb8796 #96cb87

Analogous Colors of #8796cb

#8796cb #9a87cb #87b8cb

Monochromatic Colors of #8796cb

#8796cb

Complementary Color

#8796cb #cbbc87

#8796cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8796cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8796cb Color CSS Codes

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

#8796cb Text Font Color

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

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


#8796cb Background Color

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

This div background color is #8796cb


#8796cb Border Color

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

This div border color is #8796cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8796cb


Comments

No comments written yet.

Please login to write comment.