Color Hex Logo

#871512 Color Hex

#871512
(135,21,18)
0 Favorites   0 Comments

Color spaces of #871512

RGB 1352118
HSL0.000.760.30
HSV87°53°
CMYK 0.000.840.87   0.47
XYZ10.36905.73091.1319
Yxy5.73090.60170.3326
Hunter Lab23.939335.421213.9542
CIE-Lab28.723146.138933.4594

#871512 color RGB value is (135,21,18).

#871512 hex color red value is 135, green value is 21 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #871512 hue: 0.00 , saturation: 0.76 and the lightness value of 871512 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010101 00010010
Octal 207 25 22
Decimal 135 21 18
Hex 87 15 12

RGB Percentages of Color #871512

%77.59
%12.07
%10.34

CMYK Percentages of Color #871512

%0
%84
%87
%47

Triadic Colors of #871512

#871512 #128715 #151287

Analogous Colors of #871512

#871512 #875012 #871249

Monochromatic Colors of #871512

#871512

Complementary Color

#871512 #128487

#871512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871512 Color CSS Codes

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

#871512 Text Font Color

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

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


#871512 Background Color

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

This div background color is #871512


#871512 Border Color

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

This div border color is #871512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871512


Comments

No comments written yet.

Please login to write comment.