Color Hex Logo

#87512a Color Hex

#87512A
(135,81,42)
0 Favorites   0 Comments

Color spaces of #87512a

RGB 1358142
HSL0.070.530.35
HSV25°69°53°
CMYK 0.000.400.69   0.47
XYZ13.352011.20293.6491
Yxy11.20290.47340.3972
Hunter Lab33.470712.632716.9655
CIE-Lab39.920118.884731.9320

#87512a color RGB value is (135,81,42).

#87512a hex color red value is 135, green value is 81 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #87512a hue: 0.07 , saturation: 0.53 and the lightness value of 87512a is 0.35.

The process color (four color CMYK) of #87512a color hex is 0.00, 0.40, 0.69, 0.47. Web safe color of #87512a is #996633. Color #87512a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010001 00101010
Octal 207 121 52
Decimal 135 81 42
Hex 87 51 2A

RGB Percentages of Color #87512a

%52.33
%31.40
%16.28

CMYK Percentages of Color #87512a

%0
%40
%69
%47

Triadic Colors of #87512a

#87512a #2a8751 #512a87

Analogous Colors of #87512a

#87512a #87802a #872a32

Monochromatic Colors of #87512a

#87512a

Complementary Color

#87512a #2a6087

#87512a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87512a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87512a Color CSS Codes

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

#87512a Text Font Color

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

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


#87512a Background Color

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

This div background color is #87512a


#87512a Border Color

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

This div border color is #87512a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87512a


Comments

No comments written yet.

Please login to write comment.