Color Hex Logo

#a66eda Color Hex

#A66EDA
(166,110,218)
0 Favorites   0 Comments

Color spaces of #a66eda

RGB 166110218
HSL0.750.590.64
HSV271°50°85°
CMYK 0.240.500.00   0.15
XYZ33.956724.320869.2343
Yxy24.32080.26630.1907
Hunter Lab49.316136.6033-48.7152
CIE-Lab56.407642.6838-47.1417

#a66eda color RGB value is (166,110,218).

#a66eda hex color red value is 166, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a66eda hue: 0.75 , saturation: 0.59 and the lightness value of a66eda is 0.64.

The process color (four color CMYK) of #a66eda color hex is 0.24, 0.50, 0.00, 0.15. Web safe color of #a66eda is #9966cc. Color #a66eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 11011010
Octal 246 156 332
Decimal 166 110 218
Hex A6 6E DA

RGB Percentages of Color #a66eda

%33.60
%22.27
%44.13

CMYK Percentages of Color #a66eda

%24
%50
%0
%15

Triadic Colors of #a66eda

#a66eda #daa66e #6edaa6

Analogous Colors of #a66eda

#a66eda #da6ed8 #706eda

Monochromatic Colors of #a66eda

#a66eda

Complementary Color

#a66eda #a2da6e

#a66eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66eda Color CSS Codes

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

#a66eda Text Font Color

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

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


#a66eda Background Color

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

This div background color is #a66eda


#a66eda Border Color

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

This div border color is #a66eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66eda


Comments

No comments written yet.

Please login to write comment.