Color Hex Logo

#879db5 Color Hex

#879DB5
(135,157,181)
0 Favorites   0 Comments

Color spaces of #879db5

RGB 135157181
HSL0.590.240.62
HSV211°25°71°
CMYK 0.250.130.00   0.29
XYZ30.389132.601048.4070
Yxy32.60100.27280.2927
Hunter Lab57.0973-4.9165-10.2979
CIE-Lab63.8365-2.2250-14.9947

#879db5 color RGB value is (135,157,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011101 10110101
Octal 207 235 265
Decimal 135 157 181
Hex 87 9D B5

RGB Percentages of Color #879db5

%28.54
%33.19
%38.27

CMYK Percentages of Color #879db5

%25
%13
%0
%29

Triadic Colors of #879db5

#879db5 #b5879d #9db587

Analogous Colors of #879db5

#879db5 #8887b5 #87b4b5

Monochromatic Colors of #879db5

#879db5

Complementary Color

#879db5 #b59f87

#879db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#879db5 Color CSS Codes

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

#879db5 Text Font Color

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

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


#879db5 Background Color

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

This div background color is #879db5


#879db5 Border Color

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

This div border color is #879db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879db5


Comments

No comments written yet.

Please login to write comment.