Color Hex Logo

#878dcb Color Hex

#878DCB
(135,141,203)
0 Favorites   0 Comments

Color spaces of #878dcb

RGB 135141203
HSL0.650.400.66
HSV235°33°80°
CMYK 0.330.310.00   0.20
XYZ30.296028.512460.4066
Yxy28.51240.25410.2392
Hunter Lab53.39707.8313-29.6953
CIE-Lab60.348912.4585-32.7021

#878dcb color RGB value is (135,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001101 11001011
Octal 207 215 313
Decimal 135 141 203
Hex 87 8D CB

RGB Percentages of Color #878dcb

%28.18
%29.44
%42.38

CMYK Percentages of Color #878dcb

%33
%31
%0
%20

Triadic Colors of #878dcb

#878dcb #cb878d #8dcb87

Analogous Colors of #878dcb

#878dcb #a387cb #87afcb

Monochromatic Colors of #878dcb

#878dcb

Complementary Color

#878dcb #cbc587

#878dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#878dcb Color CSS Codes

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

#878dcb Text Font Color

<p style="color:#878dcb">Text here</p>

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


#878dcb Background Color

<div style="background-color:#878dcb">
Div content here</div>

This div background color is #878dcb


#878dcb Border Color

<div style="border:3px solid #878dcb">
Div here</div>

This div border color is #878dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878dcb


Comments

No comments written yet.

Please login to write comment.