Color Hex Logo

#877084 Color Hex

#877084
(135,112,132)
0 Favorites   0 Comments

Color spaces of #877084

RGB 135112132
HSL0.860.090.48
HSV308°17°53°
CMYK 0.000.170.02   0.47
XYZ19.950718.405224.3308
Yxy18.40520.31830.2936
Hunter Lab42.90137.9319-3.5945
CIE-Lab49.983912.7371-7.6002

#877084 color RGB value is (135,112,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110000 10000100
Octal 207 160 204
Decimal 135 112 132
Hex 87 70 84

RGB Percentages of Color #877084

%35.62
%29.55
%34.83

CMYK Percentages of Color #877084

%0
%17
%2
%47

Triadic Colors of #877084

#877084 #848770 #708487

Analogous Colors of #877084

#877084 #877079 #7f7087

Monochromatic Colors of #877084

#877084

Complementary Color

#877084 #708773

#877084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877084 Color CSS Codes

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

#877084 Text Font Color

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

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


#877084 Background Color

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

This div background color is #877084


#877084 Border Color

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

This div border color is #877084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877084


Comments

No comments written yet.

Please login to write comment.