Color Hex Logo

#871690 Color Hex

#871690
(135,22,144)
0 Favorites   0 Comments

Color spaces of #871690

RGB 13522144
HSL0.820.730.33
HSV296°85°56°
CMYK 0.060.850.00   0.44
XYZ15.31267.738327.0721
Yxy7.73830.30550.1544
Hunter Lab27.817849.5760-38.2282
CIE-Lab33.431858.9974-40.5351

#871690 color RGB value is (135,22,144).

#871690 hex color red value is 135, green value is 22 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #871690 hue: 0.82 , saturation: 0.73 and the lightness value of 871690 is 0.33.

The process color (four color CMYK) of #871690 color hex is 0.06, 0.85, 0.00, 0.44. Web safe color of #871690 is #990099. Color #871690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010110 10010000
Octal 207 26 220
Decimal 135 22 144
Hex 87 16 90

RGB Percentages of Color #871690

%44.85
%7.31
%47.84

CMYK Percentages of Color #871690

%6
%85
%0
%44

Triadic Colors of #871690

#871690 #908716 #169087

Analogous Colors of #871690

#871690 #90165c #4a1690

Monochromatic Colors of #871690

#871690

Complementary Color

#871690 #1f9016

#871690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871690 Color CSS Codes

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

#871690 Text Font Color

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

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


#871690 Background Color

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

This div background color is #871690


#871690 Border Color

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

This div border color is #871690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871690


Comments

No comments written yet.

Please login to write comment.