Color Hex Logo

#879bcb Color Hex

#879BCB
(135,155,203)
0 Favorites   0 Comments

Color spaces of #879bcb

RGB 135155203
HSL0.620.400.66
HSV222°33°80°
CMYK 0.330.240.00   0.20
XYZ32.492532.905461.1387
Yxy32.90540.25680.2600
Hunter Lab57.36320.7229-23.0380
CIE-Lab64.08424.4202-26.9230

#879bcb color RGB value is (135,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011011 11001011
Octal 207 233 313
Decimal 135 155 203
Hex 87 9B CB

RGB Percentages of Color #879bcb

%27.38
%31.44
%41.18

CMYK Percentages of Color #879bcb

%33
%24
%0
%20

Triadic Colors of #879bcb

#879bcb #cb879b #9bcb87

Analogous Colors of #879bcb

#879bcb #9587cb #87bdcb

Monochromatic Colors of #879bcb

#879bcb

Complementary Color

#879bcb #cbb787

#879bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#879bcb Color CSS Codes

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

#879bcb Text Font Color

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

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


#879bcb Background Color

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

This div background color is #879bcb


#879bcb Border Color

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

This div border color is #879bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879bcb


Comments

No comments written yet.

Please login to write comment.