Color Hex Logo

#871829 Color Hex

#871829
(135,24,41)
0 Favorites   0 Comments

Color spaces of #871829

RGB 1352441
HSL0.970.700.31
HSV351°82°53°
CMYK 0.000.820.70   0.47
XYZ10.71855.96432.6841
Yxy5.96430.55340.3080
Hunter Lab24.421935.603310.5791
CIE-Lab29.322246.211319.9346

#871829 color RGB value is (135,24,41).

#871829 hex color red value is 135, green value is 24 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #871829 hue: 0.97 , saturation: 0.70 and the lightness value of 871829 is 0.31.

The process color (four color CMYK) of #871829 color hex is 0.00, 0.82, 0.70, 0.47. Web safe color of #871829 is #990033. Color #871829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011000 00101001
Octal 207 30 51
Decimal 135 24 41
Hex 87 18 29

RGB Percentages of Color #871829

%67.50
%12.00
%20.50

CMYK Percentages of Color #871829

%0
%82
%70
%47

Triadic Colors of #871829

#871829 #298718 #182987

Analogous Colors of #871829

#871829 #873e18 #871861

Monochromatic Colors of #871829

#871829

Complementary Color

#871829 #188776

#871829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871829 Color CSS Codes

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

#871829 Text Font Color

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

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


#871829 Background Color

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

This div background color is #871829


#871829 Border Color

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

This div border color is #871829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871829


Comments

No comments written yet.

Please login to write comment.