Color Hex Logo

#879cdc Color Hex

#879CDC
(135,156,220)
0 Favorites   0 Comments

Color spaces of #879cdc

RGB 135156220
HSL0.630.550.70
HSV225°39°86°
CMYK 0.390.290.00   0.14
XYZ34.798434.095172.4571
Yxy34.09510.24620.2412
Hunter Lab58.39104.1937-32.6989
CIE-Lab65.03808.3912-34.8898

#879cdc color RGB value is (135,156,220).

#879cdc hex color red value is 135, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #879cdc hue: 0.63 , saturation: 0.55 and the lightness value of 879cdc is 0.70.

The process color (four color CMYK) of #879cdc color hex is 0.39, 0.29, 0.00, 0.14. Web safe color of #879cdc is #9999cc. Color #879cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011100 11011100
Octal 207 234 334
Decimal 135 156 220
Hex 87 9C DC

RGB Percentages of Color #879cdc

%26.42
%30.53
%43.05

CMYK Percentages of Color #879cdc

%39
%29
%0
%14

Triadic Colors of #879cdc

#879cdc #dc879c #9cdc87

Analogous Colors of #879cdc

#879cdc #9d87dc #87c7dc

Monochromatic Colors of #879cdc

#879cdc

Complementary Color

#879cdc #dcc787

#879cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#879cdc Color CSS Codes

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

#879cdc Text Font Color

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

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


#879cdc Background Color

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

This div background color is #879cdc


#879cdc Border Color

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

This div border color is #879cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879cdc


Comments

No comments written yet.

Please login to write comment.