Color Hex Logo

#a64daa Color Hex

#A64DAA
(166,77,170)
0 Favorites   0 Comments

Color spaces of #a64daa

RGB 16677170
HSL0.830.380.48
HSV297°55°67°
CMYK 0.020.550.00   0.33
XYZ25.635516.317039.8286
Yxy16.31700.31350.1995
Hunter Lab40.394342.5917-30.1837
CIE-Lab47.387749.8283-33.7457

#a64daa color RGB value is (166,77,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001101 10101010
Octal 246 115 252
Decimal 166 77 170
Hex A6 4D AA

RGB Percentages of Color #a64daa

%40.19
%18.64
%41.16

CMYK Percentages of Color #a64daa

%2
%55
%0
%33

Triadic Colors of #a64daa

#a64daa #aaa64d #4daaa6

Analogous Colors of #a64daa

#a64daa #aa4d80 #784daa

Monochromatic Colors of #a64daa

#a64daa

Complementary Color

#a64daa #51aa4d

#a64daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64daa Color CSS Codes

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

#a64daa Text Font Color

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

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


#a64daa Background Color

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

This div background color is #a64daa


#a64daa Border Color

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

This div border color is #a64daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64daa


Comments

No comments written yet.

Please login to write comment.