Color Hex Logo

#801579 Color Hex

#801579
(128,21,121)
0 Favorites   0 Comments

Color spaces of #801579

RGB 12821121
HSL0.840.720.29
HSV304°84°50°
CMYK 0.000.840.05   0.50
XYZ12.62146.506018.6797
Yxy6.50600.33380.1721
Hunter Lab25.506943.6890-25.5656
CIE-Lab30.654853.9916-30.6912

#801579 color RGB value is (128,21,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010101 01111001
Octal 200 25 171
Decimal 128 21 121
Hex 80 15 79

RGB Percentages of Color #801579

%47.41
%7.78
%44.81

CMYK Percentages of Color #801579

%0
%84
%5
%50

Triadic Colors of #801579

#801579 #798015 #157980

Analogous Colors of #801579

#801579 #801543 #521580

Monochromatic Colors of #801579

#801579

Complementary Color

#801579 #15801c

#801579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801579 Color CSS Codes

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

#801579 Text Font Color

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

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


#801579 Background Color

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

This div background color is #801579


#801579 Border Color

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

This div border color is #801579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801579


Comments

No comments written yet.

Please login to write comment.