Color Hex Logo

#801587 Color Hex

#801587
(128,21,135)
0 Favorites   0 Comments

Color spaces of #801587

RGB 12821135
HSL0.820.730.31
HSV296°84°53°
CMYK 0.050.840.00   0.47
XYZ13.54346.874823.5348
Yxy6.87480.30810.1564
Hunter Lab26.219846.3163-34.8645
CIE-Lab31.520256.3275-38.0960

#801587 color RGB value is (128,21,135).

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

The process color (four color CMYK) of #801587 color hex is 0.05, 0.84, 0.00, 0.47. Web safe color of #801587 is #990099. Color #801587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010101 10000111
Octal 200 25 207
Decimal 128 21 135
Hex 80 15 87

RGB Percentages of Color #801587

%45.07
%7.39
%47.54

CMYK Percentages of Color #801587

%5
%84
%0
%47

Triadic Colors of #801587

#801587 #878015 #158780

Analogous Colors of #801587

#801587 #871555 #471587

Monochromatic Colors of #801587

#801587

Complementary Color

#801587 #1c8715

#801587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801587 Color CSS Codes

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

#801587 Text Font Color

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

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


#801587 Background Color

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

This div background color is #801587


#801587 Border Color

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

This div border color is #801587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801587


Comments

No comments written yet.

Please login to write comment.