Color Hex Logo

#871c73 Color Hex

#871C73
(135,28,115)
0 Favorites   0 Comments

Color spaces of #871c73

RGB 13528115
HSL0.860.660.32
HSV311°79°53°
CMYK 0.000.790.15   0.47
XYZ13.50147.219216.9015
Yxy7.21920.35890.1919
Hunter Lab26.868642.6759-18.4880
CIE-Lab32.300852.6925-24.2087

#871c73 color RGB value is (135,28,115).

#871c73 hex color red value is 135, green value is 28 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #871c73 hue: 0.86 , saturation: 0.66 and the lightness value of 871c73 is 0.32.

The process color (four color CMYK) of #871c73 color hex is 0.00, 0.79, 0.15, 0.47. Web safe color of #871c73 is #993366. Color #871c73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011100 01110011
Octal 207 34 163
Decimal 135 28 115
Hex 87 1C 73

RGB Percentages of Color #871c73

%48.56
%10.07
%41.37

CMYK Percentages of Color #871c73

%0
%79
%15
%47

Triadic Colors of #871c73

#871c73 #73871c #1c7387

Analogous Colors of #871c73

#871c73 #871c3e #661c87

Monochromatic Colors of #871c73

#871c73

Complementary Color

#871c73 #1c8730

#871c73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871c73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871c73 Color CSS Codes

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

#871c73 Text Font Color

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

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


#871c73 Background Color

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

This div background color is #871c73


#871c73 Border Color

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

This div border color is #871c73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871c73


Comments

No comments written yet.

Please login to write comment.