Color Hex Logo

#87825a Color Hex

#87825A
(135,130,90)
0 Favorites   0 Comments

Color spaces of #87825a

RGB 13513090
HSL0.150.200.44
HSV53°33°53°
CMYK 0.000.040.33   0.47
XYZ19.819821.854312.8466
Yxy21.85430.36350.4008
Hunter Lab46.7486-6.132116.4310
CIE-Lab53.8721-4.673522.3758

#87825a color RGB value is (135,130,90).

#87825a hex color red value is 135, green value is 130 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #87825a hue: 0.15 , saturation: 0.20 and the lightness value of 87825a is 0.44.

The process color (four color CMYK) of #87825a color hex is 0.00, 0.04, 0.33, 0.47. Web safe color of #87825a is #999966. Color #87825a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000010 01011010
Octal 207 202 132
Decimal 135 130 90
Hex 87 82 5A

RGB Percentages of Color #87825a

%38.03
%36.62
%25.35

CMYK Percentages of Color #87825a

%0
%4
%33
%47

Triadic Colors of #87825a

#87825a #5a8782 #825a87

Analogous Colors of #87825a

#87825a #76875a #876c5a

Monochromatic Colors of #87825a

#87825a

Complementary Color

#87825a #5a5f87

#87825a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87825a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87825a Color CSS Codes

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

#87825a Text Font Color

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

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


#87825a Background Color

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

This div background color is #87825a


#87825a Border Color

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

This div border color is #87825a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87825a


Comments

No comments written yet.

Please login to write comment.