Color Hex Logo

#801578 Color Hex

#801578
(128,21,120)
0 Favorites   0 Comments

Color spaces of #801578

RGB 12821120
HSL0.850.720.29
HSV304°84°50°
CMYK 0.000.840.06   0.50
XYZ12.56046.481618.3584
Yxy6.48160.33580.1733
Hunter Lab25.459043.5112-24.9326
CIE-Lab30.596453.8317-30.1511

#801578 color RGB value is (128,21,120).

#801578 hex color red value is 128, green value is 21 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #801578 hue: 0.85 , saturation: 0.72 and the lightness value of 801578 is 0.29.

The process color (four color CMYK) of #801578 color hex is 0.00, 0.84, 0.06, 0.50. Web safe color of #801578 is #990066. Color #801578 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010101 01111000
Octal 200 25 170
Decimal 128 21 120
Hex 80 15 78

RGB Percentages of Color #801578

%47.58
%7.81
%44.61

CMYK Percentages of Color #801578

%0
%84
%6
%50

Triadic Colors of #801578

#801578 #788015 #157880

Analogous Colors of #801578

#801578 #801542 #531580

Monochromatic Colors of #801578

#801578

Complementary Color

#801578 #15801d

#801578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801578 Color CSS Codes

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

#801578 Text Font Color

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

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


#801578 Background Color

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

This div background color is #801578


#801578 Border Color

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

This div border color is #801578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801578


Comments

No comments written yet.

Please login to write comment.