Color Hex Logo

#a66aee Color Hex

#A66AEE
(166,106,238)
0 Favorites   0 Comments

Color spaces of #a66aee

RGB 166106238
HSL0.740.800.67
HSV267°55°93°
CMYK 0.300.550.00   0.07
XYZ36.312524.588183.7210
Yxy24.58810.25110.1700
Hunter Lab49.586443.9408-65.3940
CIE-Lab56.671949.5664-57.9301

#a66aee color RGB value is (166,106,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101010 11101110
Octal 246 152 356
Decimal 166 106 238
Hex A6 6A EE

RGB Percentages of Color #a66aee

%32.55
%20.78
%46.67

CMYK Percentages of Color #a66aee

%30
%55
%0
%7

Triadic Colors of #a66aee

#a66aee #eea66a #6aeea6

Analogous Colors of #a66aee

#a66aee #e86aee #6a70ee

Monochromatic Colors of #a66aee

#a66aee

Complementary Color

#a66aee #b2ee6a

#a66aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66aee Color CSS Codes

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

#a66aee Text Font Color

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

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


#a66aee Background Color

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

This div background color is #a66aee


#a66aee Border Color

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

This div border color is #a66aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66aee


Comments

No comments written yet.

Please login to write comment.