Color Hex Logo

#871674 Color Hex

#871674
(135,22,116)
0 Favorites   0 Comments

Color spaces of #871674

RGB 13522116
HSL0.860.720.31
HSV310°84°53°
CMYK 0.000.840.14   0.47
XYZ13.43106.985717.1635
Yxy6.98570.35740.1859
Hunter Lab26.430544.4538-20.0006
CIE-Lab31.774354.5075-25.6690

#871674 color RGB value is (135,22,116).

#871674 hex color red value is 135, green value is 22 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #871674 hue: 0.86 , saturation: 0.72 and the lightness value of 871674 is 0.31.

The process color (four color CMYK) of #871674 color hex is 0.00, 0.84, 0.14, 0.47. Web safe color of #871674 is #990066. Color #871674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010110 01110100
Octal 207 26 164
Decimal 135 22 116
Hex 87 16 74

RGB Percentages of Color #871674

%49.45
%8.06
%42.49

CMYK Percentages of Color #871674

%0
%84
%14
%47

Triadic Colors of #871674

#871674 #748716 #167487

Analogous Colors of #871674

#871674 #87163c #621687

Monochromatic Colors of #871674

#871674

Complementary Color

#871674 #168729

#871674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871674 Color CSS Codes

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

#871674 Text Font Color

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

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


#871674 Background Color

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

This div background color is #871674


#871674 Border Color

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

This div border color is #871674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871674


Comments

No comments written yet.

Please login to write comment.