Color Hex Logo

#877382 Color Hex

#877382
(135,115,130)
0 Favorites   0 Comments

Color spaces of #877382

RGB 135115130
HSL0.880.080.49
HSV315°15°53°
CMYK 0.000.150.04   0.47
XYZ20.151719.024123.7290
Yxy19.02410.32040.3024
Hunter Lab43.61666.1413-1.7242
CIE-Lab50.715410.5788-5.3300

#877382 color RGB value is (135,115,130).

#877382 hex color red value is 135, green value is 115 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #877382 hue: 0.88 , saturation: 0.08 and the lightness value of 877382 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110011 10000010
Octal 207 163 202
Decimal 135 115 130
Hex 87 73 82

RGB Percentages of Color #877382

%35.53
%30.26
%34.21

CMYK Percentages of Color #877382

%0
%15
%4
%47

Triadic Colors of #877382

#877382 #828773 #738287

Analogous Colors of #877382

#877382 #877378 #827387

Monochromatic Colors of #877382

#877382

Complementary Color

#877382 #738778

#877382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877382 Color CSS Codes

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

#877382 Text Font Color

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

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


#877382 Background Color

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

This div background color is #877382


#877382 Border Color

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

This div border color is #877382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877382


Comments

No comments written yet.

Please login to write comment.