Color Hex Logo

#801479 Color Hex

#801479
(128,20,121)
0 Favorites   0 Comments

Color spaces of #801479

RGB 12820121
HSL0.840.730.29
HSV304°84°50°
CMYK 0.000.840.05   0.50
XYZ12.60346.470018.6737
Yxy6.47000.33390.1714
Hunter Lab25.436243.9318-25.7218
CIE-Lab30.568654.2419-30.8280

#801479 color RGB value is (128,20,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010100 01111001
Octal 200 24 171
Decimal 128 20 121
Hex 80 14 79

RGB Percentages of Color #801479

%47.58
%7.43
%44.98

CMYK Percentages of Color #801479

%0
%84
%5
%50

Triadic Colors of #801479

#801479 #798014 #147980

Analogous Colors of #801479

#801479 #801443 #511480

Monochromatic Colors of #801479

#801479

Complementary Color

#801479 #14801b

#801479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801479 Color CSS Codes

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

#801479 Text Font Color

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

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


#801479 Background Color

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

This div background color is #801479


#801479 Border Color

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

This div border color is #801479


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,20,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 #801479">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801479


Comments

No comments written yet.

Please login to write comment.