Color Hex Logo

#a66daa Color Hex

#A66DAA
(166,109,170)
0 Favorites   0 Comments

Color spaces of #a66daa

RGB 166109170
HSL0.820.260.55
HSV296°36°67°
CMYK 0.020.360.00   0.33
XYZ28.450221.946540.7668
Yxy21.94650.31210.2407
Hunter Lab46.847126.4205-18.8018
CIE-Lab53.970232.8706-23.5109

#a66daa color RGB value is (166,109,170).

#a66daa hex color red value is 166, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a66daa hue: 0.82 , saturation: 0.26 and the lightness value of a66daa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101101 10101010
Octal 246 155 252
Decimal 166 109 170
Hex A6 6D AA

RGB Percentages of Color #a66daa

%37.30
%24.49
%38.20

CMYK Percentages of Color #a66daa

%2
%36
%0
%33

Triadic Colors of #a66daa

#a66daa #aaa66d #6daaa6

Analogous Colors of #a66daa

#a66daa #aa6d90 #886daa

Monochromatic Colors of #a66daa

#a66daa

Complementary Color

#a66daa #71aa6d

#a66daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66daa Color CSS Codes

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

#a66daa Text Font Color

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

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


#a66daa Background Color

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

This div background color is #a66daa


#a66daa Border Color

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

This div border color is #a66daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66daa


Comments

No comments written yet.

Please login to write comment.