Color Hex Logo

#a80aaa Color Hex

#A80AAA
(168,10,170)
0 Favorites   0 Comments

Color spaces of #a80aaa

RGB 16810170
HSL0.830.890.35
HSV299°94°67°
CMYK 0.010.940.00   0.33
XYZ23.512711.444238.9999
Yxy11.44420.31790.1547
Hunter Lab33.829364.8634-44.6717
CIE-Lab40.318871.1226-44.9345

#a80aaa color RGB value is (168,10,170).

#a80aaa hex color red value is 168, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a80aaa hue: 0.83 , saturation: 0.89 and the lightness value of a80aaa is 0.35.

The process color (four color CMYK) of #a80aaa color hex is 0.01, 0.94, 0.00, 0.33. Web safe color of #a80aaa is #990099. Color #a80aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001010 10101010
Octal 250 12 252
Decimal 168 10 170
Hex A8 A AA

RGB Percentages of Color #a80aaa

%48.28
%2.87
%48.85

CMYK Percentages of Color #a80aaa

%1
%94
%0
%33

Triadic Colors of #a80aaa

#a80aaa #aaa80a #0aaaa8

Analogous Colors of #a80aaa

#a80aaa #aa0a5c #580aaa

Monochromatic Colors of #a80aaa

#a80aaa

Complementary Color

#a80aaa #0caa0a

#a80aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80aaa Color CSS Codes

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

#a80aaa Text Font Color

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

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


#a80aaa Background Color

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

This div background color is #a80aaa


#a80aaa Border Color

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

This div border color is #a80aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,10,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a80aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a80aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #a80aaa;
  box-shadow:         1px 1px 3px 2px #a80aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,10,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80aaa


Comments

No comments written yet.

Please login to write comment.