Color Hex Logo

#8587cb Color Hex

#8587CB
(133,135,203)
0 Favorites   0 Comments

Color spaces of #8587cb

RGB 133135203
HSL0.660.400.66
HSV238°34°80°
CMYK 0.340.330.00   0.20
XYZ29.116326.626360.1047
Yxy26.62630.25130.2298
Hunter Lab51.600710.4196-32.9408
CIE-Lab58.626815.3891-35.3969

#8587cb color RGB value is (133,135,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000111 11001011
Octal 205 207 313
Decimal 133 135 203
Hex 85 87 CB

RGB Percentages of Color #8587cb

%28.24
%28.66
%43.10

CMYK Percentages of Color #8587cb

%34
%33
%0
%20

Triadic Colors of #8587cb

#8587cb #cb8587 #87cb85

Analogous Colors of #8587cb

#8587cb #a685cb #85aacb

Monochromatic Colors of #8587cb

#8587cb

Complementary Color

#8587cb #cbc985

#8587cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8587cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8587cb Color CSS Codes

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

#8587cb Text Font Color

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

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


#8587cb Background Color

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

This div background color is #8587cb


#8587cb Border Color

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

This div border color is #8587cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8587cb


Comments

No comments written yet.

Please login to write comment.