Color Hex Logo

#87082a Color Hex

#87082A
(135,8,42)
0 Favorites   0 Comments

Color spaces of #87082a

RGB 135842
HSL0.960.890.28
HSV344°94°53°
CMYK 0.000.940.69   0.47
XYZ10.49645.49172.6973
Yxy5.49170.56170.2939
Hunter Lab23.434438.94119.5798
CIE-Lab28.092049.833617.7184

#87082a color RGB value is (135,8,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001000 00101010
Octal 207 10 52
Decimal 135 8 42
Hex 87 8 2A

RGB Percentages of Color #87082a

%72.97
%4.32
%22.70

CMYK Percentages of Color #87082a

%0
%94
%69
%47

Triadic Colors of #87082a

#87082a #2a8708 #082a87

Analogous Colors of #87082a

#87082a #872608 #87086a

Monochromatic Colors of #87082a

#87082a

Complementary Color

#87082a #088765

#87082a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87082a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87082a Color CSS Codes

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

#87082a Text Font Color

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

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


#87082a Background Color

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

This div background color is #87082a


#87082a Border Color

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

This div border color is #87082a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87082a


Comments

No comments written yet.

Please login to write comment.