Color Hex Logo

#801477 Color Hex

#801477
(128,20,119)
0 Favorites   0 Comments

Color spaces of #801477

RGB 12820119
HSL0.850.730.29
HSV305°84°50°
CMYK 0.000.840.07   0.50
XYZ12.48206.421418.0343
Yxy6.42140.33790.1738
Hunter Lab25.340543.5782-24.4571
CIE-Lab30.451753.9245-29.7465

#801477 color RGB value is (128,20,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010100 01110111
Octal 200 24 167
Decimal 128 20 119
Hex 80 14 77

RGB Percentages of Color #801477

%47.94
%7.49
%44.57

CMYK Percentages of Color #801477

%0
%84
%7
%50

Triadic Colors of #801477

#801477 #778014 #147780

Analogous Colors of #801477

#801477 #801441 #531480

Monochromatic Colors of #801477

#801477

Complementary Color

#801477 #14801d

#801477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801477 Color CSS Codes

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

#801477 Text Font Color

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

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


#801477 Background Color

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

This div background color is #801477


#801477 Border Color

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

This div border color is #801477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801477


Comments

No comments written yet.

Please login to write comment.