Color Hex Logo

#877081 Color Hex

#877081
(135,112,129)
0 Favorites   0 Comments

Color spaces of #877081

RGB 135112129
HSL0.880.090.48
HSV316°17°53°
CMYK 0.000.170.04   0.47
XYZ19.748318.324223.2650
Yxy18.32420.32200.2987
Hunter Lab42.80687.4366-2.2587
CIE-Lab49.887012.1467-5.9686

#877081 color RGB value is (135,112,129).

#877081 hex color red value is 135, green value is 112 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #877081 hue: 0.88 , saturation: 0.09 and the lightness value of 877081 is 0.48.

The process color (four color CMYK) of #877081 color hex is 0.00, 0.17, 0.04, 0.47. Web safe color of #877081 is #996699. Color #877081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110000 10000001
Octal 207 160 201
Decimal 135 112 129
Hex 87 70 81

RGB Percentages of Color #877081

%35.90
%29.79
%34.31

CMYK Percentages of Color #877081

%0
%17
%4
%47

Triadic Colors of #877081

#877081 #818770 #708187

Analogous Colors of #877081

#877081 #877076 #827087

Monochromatic Colors of #877081

#877081

Complementary Color

#877081 #708776

#877081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877081 Color CSS Codes

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

#877081 Text Font Color

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

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


#877081 Background Color

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

This div background color is #877081


#877081 Border Color

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

This div border color is #877081


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,112,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #877081; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #877081;
  -webkit-box-shadow: 1px 1px 3px 2px #877081;
  box-shadow:         1px 1px 3px 2px #877081; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877081


Comments

No comments written yet.

Please login to write comment.