Color Hex Logo

#879fbc Color Hex

#879FBC
(135,159,188)
0 Favorites   0 Comments

Color spaces of #879fbc

RGB 135159188
HSL0.590.280.63
HSV213°28°74°
CMYK 0.280.150.00   0.26
XYZ31.466933.578052.3997
Yxy33.57800.26790.2859
Hunter Lab57.9465-4.4750-13.0520
CIE-Lab64.6262-1.6337-17.7196

#879fbc color RGB value is (135,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011111 10111100
Octal 207 237 274
Decimal 135 159 188
Hex 87 9F BC

RGB Percentages of Color #879fbc

%28.01
%32.99
%39.00

CMYK Percentages of Color #879fbc

%28
%15
%0
%26

Triadic Colors of #879fbc

#879fbc #bc879f #9fbc87

Analogous Colors of #879fbc

#879fbc #8a87bc #87babc

Monochromatic Colors of #879fbc

#879fbc

Complementary Color

#879fbc #bca487

#879fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#879fbc Color CSS Codes

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

#879fbc Text Font Color

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

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


#879fbc Background Color

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

This div background color is #879fbc


#879fbc Border Color

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

This div border color is #879fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879fbc


Comments

No comments written yet.

Please login to write comment.