Color Hex Logo

#87082c Color Hex

#87082C
(135,8,44)
1 Favorites   0 Comments

Color spaces of #87082c

RGB 135844
HSL0.950.890.28
HSV343°94°53°
CMYK 0.000.940.67   0.47
XYZ10.53315.50642.8906
Yxy5.50640.55640.2909
Hunter Lab23.465739.05869.1224
CIE-Lab28.131449.943416.4254

#87082c color RGB value is (135,8,44).

#87082c hex color red value is 135, green value is 8 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #87082c hue: 0.95 , saturation: 0.89 and the lightness value of 87082c is 0.28.

The process color (four color CMYK) of #87082c color hex is 0.00, 0.94, 0.67, 0.47. Web safe color of #87082c is #990033. Color #87082c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001000 00101100
Octal 207 10 54
Decimal 135 8 44
Hex 87 8 2C

RGB Percentages of Color #87082c

%72.19
%4.28
%23.53

CMYK Percentages of Color #87082c

%0
%94
%67
%47

Triadic Colors of #87082c

#87082c #2c8708 #082c87

Analogous Colors of #87082c

#87082c #872408 #87086c

Monochromatic Colors of #87082c

#87082c

Complementary Color

#87082c #088763

#87082c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87082c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87082c Color CSS Codes

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

#87082c Text Font Color

<p style="color:#87082c">Text here</p>

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


#87082c Background Color

<div style="background-color:#87082c">
Div content here</div>

This div background color is #87082c


#87082c Border Color

<div style="border:3px solid #87082c">
Div here</div>

This div border color is #87082c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,8,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87082c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87082c;
  -webkit-box-shadow: 1px 1px 3px 2px #87082c;
  box-shadow:         1px 1px 3px 2px #87082c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87082c


Comments

No comments written yet.

Please login to write comment.