Color Hex Logo

#87805e Color Hex

#87805E
(135,128,94)
0 Favorites   0 Comments

Color spaces of #87805e

RGB 13512894
HSL0.140.180.45
HSV50°30°53°
CMYK 0.000.050.30   0.47
XYZ19.731221.397413.6798
Yxy21.39740.36000.3904
Hunter Lab46.2573-4.810614.8461
CIE-Lab53.3817-3.002319.4539

#87805e color RGB value is (135,128,94).

#87805e hex color red value is 135, green value is 128 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #87805e hue: 0.14 , saturation: 0.18 and the lightness value of 87805e is 0.45.

The process color (four color CMYK) of #87805e color hex is 0.00, 0.05, 0.30, 0.47. Web safe color of #87805e is #999966. Color #87805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000000 01011110
Octal 207 200 136
Decimal 135 128 94
Hex 87 80 5E

RGB Percentages of Color #87805e

%37.82
%35.85
%26.33

CMYK Percentages of Color #87805e

%0
%5
%30
%47

Triadic Colors of #87805e

#87805e #5e8780 #805e87

Analogous Colors of #87805e

#87805e #7a875e #876c5e

Monochromatic Colors of #87805e

#87805e

Complementary Color

#87805e #5e6587

#87805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87805e Color CSS Codes

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

#87805e Text Font Color

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

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


#87805e Background Color

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

This div background color is #87805e


#87805e Border Color

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

This div border color is #87805e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,128,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87805e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87805e;
  -webkit-box-shadow: 1px 1px 3px 2px #87805e;
  box-shadow:         1px 1px 3px 2px #87805e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87805e


Comments

No comments written yet.

Please login to write comment.