Color Hex Logo

#871173 Color Hex

#871173
(135,17,115)
0 Favorites   0 Comments

Color spaces of #871173

RGB 13517115
HSL0.860.780.30
HSV310°87°53°
CMYK 0.000.870.15   0.47
XYZ13.28666.789616.8299
Yxy6.78960.36000.1840
Hunter Lab26.056945.4191-20.0551
CIE-Lab31.323055.5160-25.7425

#871173 color RGB value is (135,17,115).

#871173 hex color red value is 135, green value is 17 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #871173 hue: 0.86 , saturation: 0.78 and the lightness value of 871173 is 0.30.

The process color (four color CMYK) of #871173 color hex is 0.00, 0.87, 0.15, 0.47. Web safe color of #871173 is #990066. Color #871173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010001 01110011
Octal 207 21 163
Decimal 135 17 115
Hex 87 11 73

RGB Percentages of Color #871173

%50.56
%6.37
%43.07

CMYK Percentages of Color #871173

%0
%87
%15
%47

Triadic Colors of #871173

#871173 #738711 #117387

Analogous Colors of #871173

#871173 #871138 #601187

Monochromatic Colors of #871173

#871173

Complementary Color

#871173 #118725

#871173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871173 Color CSS Codes

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

#871173 Text Font Color

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

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


#871173 Background Color

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

This div background color is #871173


#871173 Border Color

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

This div border color is #871173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871173


Comments

No comments written yet.

Please login to write comment.