Color Hex Logo

#871799 Color Hex

#871799
(135,23,153)
0 Favorites   0 Comments

Color spaces of #871799

RGB 13523153
HSL0.810.740.35
HSV292°85°60°
CMYK 0.120.850.00   0.40
XYZ16.04788.063630.8476
Yxy8.06360.29200.1467
Hunter Lab28.396551.1825-44.5302
CIE-Lab34.115060.3390-44.9510

#871799 color RGB value is (135,23,153).

#871799 hex color red value is 135, green value is 23 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #871799 hue: 0.81 , saturation: 0.74 and the lightness value of 871799 is 0.35.

The process color (four color CMYK) of #871799 color hex is 0.12, 0.85, 0.00, 0.40. Web safe color of #871799 is #990099. Color #871799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010111 10011001
Octal 207 27 231
Decimal 135 23 153
Hex 87 17 99

RGB Percentages of Color #871799

%43.41
%7.40
%49.20

CMYK Percentages of Color #871799

%12
%85
%0
%40

Triadic Colors of #871799

#871799 #998717 #179987

Analogous Colors of #871799

#871799 #99176a #461799

Monochromatic Colors of #871799

#871799

Complementary Color

#871799 #299917

#871799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871799 Color CSS Codes

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

#871799 Text Font Color

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

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


#871799 Background Color

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

This div background color is #871799


#871799 Border Color

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

This div border color is #871799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871799


Comments

No comments written yet.

Please login to write comment.