Color Hex Logo

#a80caa Color Hex

#A80CAA
(168,12,170)
0 Favorites   0 Comments

Color spaces of #a80caa

RGB 16812170
HSL0.830.870.36
HSV299°93°67°
CMYK 0.010.930.00   0.33
XYZ23.535611.490139.0075
Yxy11.49010.31790.1552
Hunter Lab33.897164.6173-44.5009
CIE-Lab40.394070.9004-44.8141

#a80caa color RGB value is (168,12,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001100 10101010
Octal 250 14 252
Decimal 168 12 170
Hex A8 C AA

RGB Percentages of Color #a80caa

%48.00
%3.43
%48.57

CMYK Percentages of Color #a80caa

%1
%93
%0
%33

Triadic Colors of #a80caa

#a80caa #aaa80c #0caaa8

Analogous Colors of #a80caa

#a80caa #aa0c5d #590caa

Monochromatic Colors of #a80caa

#a80caa

Complementary Color

#a80caa #0eaa0c

#a80caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80caa Color CSS Codes

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

#a80caa Text Font Color

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

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


#a80caa Background Color

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

This div background color is #a80caa


#a80caa Border Color

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

This div border color is #a80caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80caa


Comments

No comments written yet.

Please login to write comment.