Color Hex Logo

#87482e Color Hex

#87482E
(135,72,46)
0 Favorites   0 Comments

Color spaces of #87482e

RGB 1357246
HSL0.050.490.35
HSV18°66°53°
CMYK 0.000.470.66   0.47
XYZ12.80229.98293.8369
Yxy9.98290.48090.3750
Hunter Lab31.595717.033514.9170
CIE-Lab37.811724.355027.2091

#87482e color RGB value is (135,72,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001000 00101110
Octal 207 110 56
Decimal 135 72 46
Hex 87 48 2E

RGB Percentages of Color #87482e

%53.36
%28.46
%18.18

CMYK Percentages of Color #87482e

%0
%47
%66
%47

Triadic Colors of #87482e

#87482e #2e8748 #482e87

Analogous Colors of #87482e

#87482e #87752e #872e41

Monochromatic Colors of #87482e

#87482e

Complementary Color

#87482e #2e6d87

#87482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87482e Color CSS Codes

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

#87482e Text Font Color

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

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


#87482e Background Color

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

This div background color is #87482e


#87482e Border Color

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

This div border color is #87482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87482e


Comments

No comments written yet.

Please login to write comment.