Color Hex Logo

#a02daa Color Hex

#A02DAA
(160,45,170)
0 Favorites   0 Comments

Color spaces of #a02daa

RGB 16045170
HSL0.820.580.42
HSV295°74°67°
CMYK 0.060.740.00   0.33
XYZ22.691312.252639.1992
Yxy12.25260.30600.1653
Hunter Lab35.003754.4569-41.8938
CIE-Lab41.614861.8379-42.9415

#a02daa color RGB value is (160,45,170).

#a02daa hex color red value is 160, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a02daa hue: 0.82 , saturation: 0.58 and the lightness value of a02daa is 0.42.

The process color (four color CMYK) of #a02daa color hex is 0.06, 0.74, 0.00, 0.33. Web safe color of #a02daa is #993399. Color #a02daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101101 10101010
Octal 240 55 252
Decimal 160 45 170
Hex A0 2D AA

RGB Percentages of Color #a02daa

%42.67
%12.00
%45.33

CMYK Percentages of Color #a02daa

%6
%74
%0
%33

Triadic Colors of #a02daa

#a02daa #aaa02d #2daaa0

Analogous Colors of #a02daa

#a02daa #aa2d76 #612daa

Monochromatic Colors of #a02daa

#a02daa

Complementary Color

#a02daa #37aa2d

#a02daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02daa Color CSS Codes

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

#a02daa Text Font Color

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

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


#a02daa Background Color

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

This div background color is #a02daa


#a02daa Border Color

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

This div border color is #a02daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02daa


Comments

No comments written yet.

Please login to write comment.