Color Hex Logo

#801470 Color Hex

#801470
(128,20,112)
0 Favorites   0 Comments

Color spaces of #801470

RGB 12820112
HSL0.860.730.29
HSV309°84°50°
CMYK 0.000.840.13   0.50
XYZ12.07696.259415.9009
Yxy6.25940.35270.1828
Hunter Lab25.018842.3814-20.1691
CIE-Lab30.057752.8429-25.9117

#801470 color RGB value is (128,20,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010100 01110000
Octal 200 24 160
Decimal 128 20 112
Hex 80 14 70

RGB Percentages of Color #801470

%49.23
%7.69
%43.08

CMYK Percentages of Color #801470

%0
%84
%13
%50

Triadic Colors of #801470

#801470 #708014 #147080

Analogous Colors of #801470

#801470 #80143a #5a1480

Monochromatic Colors of #801470

#801470

Complementary Color

#801470 #148024

#801470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801470 Color CSS Codes

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

#801470 Text Font Color

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

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


#801470 Background Color

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

This div background color is #801470


#801470 Border Color

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

This div border color is #801470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801470


Comments

No comments written yet.

Please login to write comment.