Color Hex Logo

#871790 Color Hex

#871790
(135,23,144)
0 Favorites   0 Comments

Color spaces of #871790

RGB 13523144
HSL0.820.720.33
HSV296°84°56°
CMYK 0.060.840.00   0.44
XYZ15.33217.777327.0786
Yxy7.77730.30550.1550
Hunter Lab27.887849.3317-38.0481
CIE-Lab33.514758.7555-40.4022

#871790 color RGB value is (135,23,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010111 10010000
Octal 207 27 220
Decimal 135 23 144
Hex 87 17 90

RGB Percentages of Color #871790

%44.70
%7.62
%47.68

CMYK Percentages of Color #871790

%6
%84
%0
%44

Triadic Colors of #871790

#871790 #908717 #179087

Analogous Colors of #871790

#871790 #90175d #4a1790

Monochromatic Colors of #871790

#871790

Complementary Color

#871790 #209017

#871790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871790 Color CSS Codes

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

#871790 Text Font Color

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

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


#871790 Background Color

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

This div background color is #871790


#871790 Border Color

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

This div border color is #871790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871790


Comments

No comments written yet.

Please login to write comment.