Color Hex Logo

#879ddc Color Hex

#879DDC
(135,157,220)
0 Favorites   0 Comments

Color spaces of #879ddc

RGB 135157220
HSL0.620.550.70
HSV224°39°86°
CMYK 0.390.290.00   0.14
XYZ34.966934.432172.5133
Yxy34.43210.24640.2426
Hunter Lab58.67893.6806-32.1933
CIE-Lab65.30417.8205-34.4761

#879ddc color RGB value is (135,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011101 11011100
Octal 207 235 334
Decimal 135 157 220
Hex 87 9D DC

RGB Percentages of Color #879ddc

%26.37
%30.66
%42.97

CMYK Percentages of Color #879ddc

%39
%29
%0
%14

Triadic Colors of #879ddc

#879ddc #dc879d #9ddc87

Analogous Colors of #879ddc

#879ddc #9c87dc #87c8dc

Monochromatic Colors of #879ddc

#879ddc

Complementary Color

#879ddc #dcc687

#879ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#879ddc Color CSS Codes

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

#879ddc Text Font Color

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

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


#879ddc Background Color

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

This div background color is #879ddc


#879ddc Border Color

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

This div border color is #879ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879ddc


Comments

No comments written yet.

Please login to write comment.