Color Hex Logo

#a66dca Color Hex

#A66DCA
(166,109,202)
0 Favorites   0 Comments

Color spaces of #a66dca

RGB 166109202
HSL0.770.470.61
HSV277°46°79°
CMYK 0.180.460.00   0.21
XYZ31.855223.308558.6972
Yxy23.30850.27980.2047
Hunter Lab48.278933.2892-38.2892
CIE-Lab55.388739.6001-39.6891

#a66dca color RGB value is (166,109,202).

#a66dca hex color red value is 166, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a66dca hue: 0.77 , saturation: 0.47 and the lightness value of a66dca is 0.61.

The process color (four color CMYK) of #a66dca color hex is 0.18, 0.46, 0.00, 0.21. Web safe color of #a66dca is #9966cc. Color #a66dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101101 11001010
Octal 246 155 312
Decimal 166 109 202
Hex A6 6D CA

RGB Percentages of Color #a66dca

%34.80
%22.85
%42.35

CMYK Percentages of Color #a66dca

%18
%46
%0
%21

Triadic Colors of #a66dca

#a66dca #caa66d #6dcaa6

Analogous Colors of #a66dca

#a66dca #ca6dc0 #786dca

Monochromatic Colors of #a66dca

#a66dca

Complementary Color

#a66dca #91ca6d

#a66dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66dca Color CSS Codes

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

#a66dca Text Font Color

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

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


#a66dca Background Color

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

This div background color is #a66dca


#a66dca Border Color

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

This div border color is #a66dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,109,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a66dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66dca


Comments

No comments written yet.

Please login to write comment.