Color Hex Logo

#871892 Color Hex

#871892
(135,24,146)
0 Favorites   0 Comments

Color spaces of #871892

RGB 13524146
HSL0.820.720.33
HSV295°84°57°
CMYK 0.080.840.00   0.43
XYZ15.50667.879527.8977
Yxy7.87950.30240.1536
Hunter Lab28.070449.4832-39.2758
CIE-Lab33.730758.8534-41.2855

#871892 color RGB value is (135,24,146).

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

The process color (four color CMYK) of #871892 color hex is 0.08, 0.84, 0.00, 0.43. Web safe color of #871892 is #990099. Color #871892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011000 10010010
Octal 207 30 222
Decimal 135 24 146
Hex 87 18 92

RGB Percentages of Color #871892

%44.26
%7.87
%47.87

CMYK Percentages of Color #871892

%8
%84
%0
%43

Triadic Colors of #871892

#871892 #928718 #189287

Analogous Colors of #871892

#871892 #921860 #4a1892

Monochromatic Colors of #871892

#871892

Complementary Color

#871892 #239218

#871892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871892 Color CSS Codes

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

#871892 Text Font Color

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

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


#871892 Background Color

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

This div background color is #871892


#871892 Border Color

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

This div border color is #871892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871892


Comments

No comments written yet.

Please login to write comment.