Color Hex Logo

#879dbc Color Hex

#879DBC
(135,157,188)
0 Favorites   0 Comments

Color spaces of #879dbc

RGB 135157188
HSL0.600.280.63
HSV215°28°74°
CMYK 0.280.160.00   0.26
XYZ31.125732.895752.2860
Yxy32.89570.26760.2828
Hunter Lab57.3548-3.5012-13.9019
CIE-Lab64.0764-0.5184-18.5541

#879dbc color RGB value is (135,157,188).

#879dbc hex color red value is 135, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #879dbc hue: 0.60 , saturation: 0.28 and the lightness value of 879dbc is 0.63.

The process color (four color CMYK) of #879dbc color hex is 0.28, 0.16, 0.00, 0.26. Web safe color of #879dbc is #9999cc. Color #879dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011101 10111100
Octal 207 235 274
Decimal 135 157 188
Hex 87 9D BC

RGB Percentages of Color #879dbc

%28.13
%32.71
%39.17

CMYK Percentages of Color #879dbc

%28
%16
%0
%26

Triadic Colors of #879dbc

#879dbc #bc879d #9dbc87

Analogous Colors of #879dbc

#879dbc #8c87bc #87b8bc

Monochromatic Colors of #879dbc

#879dbc

Complementary Color

#879dbc #bca687

#879dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#879dbc Color CSS Codes

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

#879dbc Text Font Color

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

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


#879dbc Background Color

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

This div background color is #879dbc


#879dbc Border Color

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

This div border color is #879dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879dbc


Comments

No comments written yet.

Please login to write comment.