Color Hex Logo

#a04daa Color Hex

#A04DAA
(160,77,170)
0 Favorites   0 Comments

Color spaces of #a04daa

RGB 16077170
HSL0.820.380.48
HSV294°55°67°
CMYK 0.060.550.00   0.33
XYZ24.406815.683639.7711
Yxy15.68360.30560.1964
Hunter Lab39.602540.7041-31.8206
CIE-Lab46.556648.1645-35.1097

#a04daa color RGB value is (160,77,170).

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

The process color (four color CMYK) of #a04daa color hex is 0.06, 0.55, 0.00, 0.33. Web safe color of #a04daa is #996699. Color #a04daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001101 10101010
Octal 240 115 252
Decimal 160 77 170
Hex A0 4D AA

RGB Percentages of Color #a04daa

%39.31
%18.92
%41.77

CMYK Percentages of Color #a04daa

%6
%55
%0
%33

Triadic Colors of #a04daa

#a04daa #aaa04d #4daaa0

Analogous Colors of #a04daa

#a04daa #aa4d86 #724daa

Monochromatic Colors of #a04daa

#a04daa

Complementary Color

#a04daa #57aa4d

#a04daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04daa Color CSS Codes

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

#a04daa Text Font Color

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

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


#a04daa Background Color

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

This div background color is #a04daa


#a04daa Border Color

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

This div border color is #a04daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04daa


Comments

No comments written yet.

Please login to write comment.