Color Hex Logo

#878fcb Color Hex

#878FCB
(135,143,203)
0 Favorites   0 Comments

Color spaces of #878fcb

RGB 135143203
HSL0.650.400.66
HSV233°33°80°
CMYK 0.330.300.00   0.20
XYZ30.593629.107660.5058
Yxy29.10760.25450.2421
Hunter Lab53.95156.8048-28.7269
CIE-Lab60.876511.2990-31.8823

#878fcb color RGB value is (135,143,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001111 11001011
Octal 207 217 313
Decimal 135 143 203
Hex 87 8F CB

RGB Percentages of Color #878fcb

%28.07
%29.73
%42.20

CMYK Percentages of Color #878fcb

%33
%30
%0
%20

Triadic Colors of #878fcb

#878fcb #cb878f #8fcb87

Analogous Colors of #878fcb

#878fcb #a187cb #87b1cb

Monochromatic Colors of #878fcb

#878fcb

Complementary Color

#878fcb #cbc387

#878fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#878fcb Color CSS Codes

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

#878fcb Text Font Color

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

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


#878fcb Background Color

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

This div background color is #878fcb


#878fcb Border Color

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

This div border color is #878fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878fcb


Comments

No comments written yet.

Please login to write comment.