Color Hex Logo

#87012c Color Hex

#87012C
(135,1,44)
0 Favorites   0 Comments

Color spaces of #87012c

RGB 135144
HSL0.950.990.27
HSV341°99°53°
CMYK 0.000.990.67   0.47
XYZ10.45725.35452.8652
Yxy5.35450.55990.2867
Hunter Lab23.139840.17208.8565
CIE-Lab27.721851.130615.8945

#87012c color RGB value is (135,1,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 00101100
Octal 207 1 54
Decimal 135 1 44
Hex 87 1 2C

RGB Percentages of Color #87012c

%75.00
%0.56
%24.44

CMYK Percentages of Color #87012c

%0
%99
%67
%47

Triadic Colors of #87012c

#87012c #2c8701 #012c87

Analogous Colors of #87012c

#87012c #871901 #87016f

Monochromatic Colors of #87012c

#87012c

Complementary Color

#87012c #01875c

#87012c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87012c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87012c Color CSS Codes

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

#87012c Text Font Color

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

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


#87012c Background Color

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

This div background color is #87012c


#87012c Border Color

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

This div border color is #87012c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87012c


Comments

No comments written yet.

Please login to write comment.