Color Hex Logo

#87482a Color Hex

#87482A
(135,72,42)
0 Favorites   0 Comments

Color spaces of #87482a

RGB 1357242
HSL0.050.530.35
HSV19°69°53°
CMYK 0.000.470.69   0.47
XYZ12.72709.95283.4408
Yxy9.95280.48720.3810
Hunter Lab31.548116.800715.6172
CIE-Lab37.757624.085529.4545

#87482a color RGB value is (135,72,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001000 00101010
Octal 207 110 52
Decimal 135 72 42
Hex 87 48 2A

RGB Percentages of Color #87482a

%54.22
%28.92
%16.87

CMYK Percentages of Color #87482a

%0
%47
%69
%47

Triadic Colors of #87482a

#87482a #2a8748 #482a87

Analogous Colors of #87482a

#87482a #87772a #872a3b

Monochromatic Colors of #87482a

#87482a

Complementary Color

#87482a #2a6987

#87482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87482a Color CSS Codes

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

#87482a Text Font Color

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

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


#87482a Background Color

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

This div background color is #87482a


#87482a Border Color

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

This div border color is #87482a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,72,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 #87482a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87482a


Comments

No comments written yet.

Please login to write comment.