Color Hex Logo

#879ecb Color Hex

#879ECB
(135,158,203)
0 Favorites   0 Comments

Color spaces of #879ecb

RGB 135158203
HSL0.610.400.66
HSV220°33°80°
CMYK 0.330.220.00   0.20
XYZ32.998033.916461.3073
Yxy33.91640.25740.2645
Hunter Lab58.2378-0.7766-21.6485
CIE-Lab64.89622.7242-25.6747

#879ecb color RGB value is (135,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011110 11001011
Octal 207 236 313
Decimal 135 158 203
Hex 87 9E CB

RGB Percentages of Color #879ecb

%27.22
%31.85
%40.93

CMYK Percentages of Color #879ecb

%33
%22
%0
%20

Triadic Colors of #879ecb

#879ecb #cb879e #9ecb87

Analogous Colors of #879ecb

#879ecb #9287cb #87c0cb

Monochromatic Colors of #879ecb

#879ecb

Complementary Color

#879ecb #cbb487

#879ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#879ecb Color CSS Codes

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

#879ecb Text Font Color

<p style="color:#879ecb">Text here</p>

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


#879ecb Background Color

<div style="background-color:#879ecb">
Div content here</div>

This div background color is #879ecb


#879ecb Border Color

<div style="border:3px solid #879ecb">
Div here</div>

This div border color is #879ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879ecb


Comments

No comments written yet.

Please login to write comment.