Color Hex Logo

#a66aed Color Hex

#A66AED
(166,106,237)
0 Favorites   0 Comments

Color spaces of #a66aed

RGB 166106237
HSL0.740.780.67
HSV267°55°93°
CMYK 0.300.550.00   0.07
XYZ36.166024.529582.9493
Yxy24.52950.25180.1708
Hunter Lab49.527343.6723-64.6310
CIE-Lab56.614149.3269-57.4650

#a66aed color RGB value is (166,106,237).

#a66aed hex color red value is 166, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a66aed hue: 0.74 , saturation: 0.78 and the lightness value of a66aed is 0.67.

The process color (four color CMYK) of #a66aed color hex is 0.30, 0.55, 0.00, 0.07. Web safe color of #a66aed is #9966ff. Color #a66aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101010 11101101
Octal 246 152 355
Decimal 166 106 237
Hex A6 6A ED

RGB Percentages of Color #a66aed

%32.61
%20.83
%46.56

CMYK Percentages of Color #a66aed

%30
%55
%0
%7

Triadic Colors of #a66aed

#a66aed #eda66a #6aeda6

Analogous Colors of #a66aed

#a66aed #e86aed #6a70ed

Monochromatic Colors of #a66aed

#a66aed

Complementary Color

#a66aed #b1ed6a

#a66aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66aed Color CSS Codes

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

#a66aed Text Font Color

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

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


#a66aed Background Color

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

This div background color is #a66aed


#a66aed Border Color

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

This div border color is #a66aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66aed


Comments

No comments written yet.

Please login to write comment.