Color Hex Logo

#879fb2 Color Hex

#879FB2
(135,159,178)
0 Favorites   0 Comments

Color spaces of #879fb2

RGB 135159178
HSL0.570.220.61
HSV207°24°70°
CMYK 0.240.110.00   0.30
XYZ30.425733.161546.9167
Yxy33.16150.27530.3001
Hunter Lab57.5860-6.4647-7.9948
CIE-Lab64.2915-4.0488-12.6275

#879fb2 color RGB value is (135,159,178).

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

The process color (four color CMYK) of #879fb2 color hex is 0.24, 0.11, 0.00, 0.30. Web safe color of #879fb2 is #999999. Color #879fb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011111 10110010
Octal 207 237 262
Decimal 135 159 178
Hex 87 9F B2

RGB Percentages of Color #879fb2

%28.60
%33.69
%37.71

CMYK Percentages of Color #879fb2

%24
%11
%0
%30

Triadic Colors of #879fb2

#879fb2 #b2879f #9fb287

Analogous Colors of #879fb2

#879fb2 #878ab2 #87b2b0

Monochromatic Colors of #879fb2

#879fb2

Complementary Color

#879fb2 #b29a87

#879fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#879fb2 Color CSS Codes

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

#879fb2 Text Font Color

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

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


#879fb2 Background Color

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

This div background color is #879fb2


#879fb2 Border Color

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

This div border color is #879fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879fb2


Comments

No comments written yet.

Please login to write comment.