Color Hex Logo

#871424 Color Hex

#871424
(135,20,36)
0 Favorites   0 Comments

Color spaces of #871424

RGB 1352036
HSL0.980.740.30
HSV352°85°53°
CMYK 0.000.850.73   0.47
XYZ10.56035.77862.2279
Yxy5.77860.56880.3112
Hunter Lab24.038736.348011.3321
CIE-Lab28.846947.065822.6195

#871424 color RGB value is (135,20,36).

#871424 hex color red value is 135, green value is 20 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #871424 hue: 0.98 , saturation: 0.74 and the lightness value of 871424 is 0.30.

The process color (four color CMYK) of #871424 color hex is 0.00, 0.85, 0.73, 0.47. Web safe color of #871424 is #990033. Color #871424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010100 00100100
Octal 207 24 44
Decimal 135 20 36
Hex 87 14 24

RGB Percentages of Color #871424

%70.68
%10.47
%18.85

CMYK Percentages of Color #871424

%0
%85
%73
%47

Triadic Colors of #871424

#871424 #248714 #142487

Analogous Colors of #871424

#871424 #873e14 #87145d

Monochromatic Colors of #871424

#871424

Complementary Color

#871424 #148777

#871424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871424 Color CSS Codes

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

#871424 Text Font Color

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

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


#871424 Background Color

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

This div background color is #871424


#871424 Border Color

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

This div border color is #871424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871424


Comments

No comments written yet.

Please login to write comment.