Color Hex Logo

#870412 Color Hex

#870412
(135,4,18)
0 Favorites   0 Comments

Color spaces of #870412

RGB 135418
HSL0.980.940.27
HSV354°97°53°
CMYK 0.000.970.87   0.47
XYZ10.14435.28141.0570
Yxy5.28140.61550.3204
Hunter Lab22.981338.575413.3599
CIE-Lab27.521949.578332.3731

#870412 color RGB value is (135,4,18).

#870412 hex color red value is 135, green value is 4 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #870412 hue: 0.98 , saturation: 0.94 and the lightness value of 870412 is 0.27.

The process color (four color CMYK) of #870412 color hex is 0.00, 0.97, 0.87, 0.47. Web safe color of #870412 is #990000. Color #870412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000100 00010010
Octal 207 4 22
Decimal 135 4 18
Hex 87 4 12

RGB Percentages of Color #870412

%85.99
%2.55
%11.46

CMYK Percentages of Color #870412

%0
%97
%87
%47

Triadic Colors of #870412

#870412 #128704 #041287

Analogous Colors of #870412

#870412 #873804 #870454

Monochromatic Colors of #870412

#870412

Complementary Color

#870412 #048779

#870412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870412 Color CSS Codes

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

#870412 Text Font Color

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

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


#870412 Background Color

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

This div background color is #870412


#870412 Border Color

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

This div border color is #870412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870412


Comments

No comments written yet.

Please login to write comment.