Color Hex Logo

#879fcd Color Hex

#879FCD
(135,159,205)
0 Favorites   0 Comments

Color spaces of #879fcd

RGB 135159205
HSL0.610.410.67
HSV219°34°80°
CMYK 0.340.220.00   0.20
XYZ33.409334.354962.6279
Yxy34.35490.25620.2635
Hunter Lab58.6131-0.8283-22.3221
CIE-Lab65.24332.6819-26.2536

#879fcd color RGB value is (135,159,205).

#879fcd hex color red value is 135, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #879fcd hue: 0.61 , saturation: 0.41 and the lightness value of 879fcd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011111 11001101
Octal 207 237 315
Decimal 135 159 205
Hex 87 9F CD

RGB Percentages of Color #879fcd

%27.05
%31.86
%41.08

CMYK Percentages of Color #879fcd

%34
%22
%0
%20

Triadic Colors of #879fcd

#879fcd #cd879f #9fcd87

Analogous Colors of #879fcd

#879fcd #9287cd #87c2cd

Monochromatic Colors of #879fcd

#879fcd

Complementary Color

#879fcd #cdb587

#879fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#879fcd Color CSS Codes

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

#879fcd Text Font Color

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

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


#879fcd Background Color

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

This div background color is #879fcd


#879fcd Border Color

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

This div border color is #879fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,159,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #879fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879fcd


Comments

No comments written yet.

Please login to write comment.