Color Hex Logo

#a66abe Color Hex

#A66ABE
(166,106,190)
0 Favorites   0 Comments

Color spaces of #a66abe

RGB 166106190
HSL0.790.390.58
HSV283°44°75°
CMYK 0.130.440.00   0.25
XYZ30.174222.132851.3969
Yxy22.13280.29100.2134
Hunter Lab47.045532.1573-31.8421
CIE-Lab54.167638.6434-34.7454

#a66abe color RGB value is (166,106,190).

#a66abe hex color red value is 166, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a66abe hue: 0.79 , saturation: 0.39 and the lightness value of a66abe is 0.58.

The process color (four color CMYK) of #a66abe color hex is 0.13, 0.44, 0.00, 0.25. Web safe color of #a66abe is #9966cc. Color #a66abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101010 10111110
Octal 246 152 276
Decimal 166 106 190
Hex A6 6A BE

RGB Percentages of Color #a66abe

%35.93
%22.94
%41.13

CMYK Percentages of Color #a66abe

%13
%44
%0
%25

Triadic Colors of #a66abe

#a66abe #bea66a #6abea6

Analogous Colors of #a66abe

#a66abe #be6aac #7c6abe

Monochromatic Colors of #a66abe

#a66abe

Complementary Color

#a66abe #82be6a

#a66abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66abe Color CSS Codes

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

#a66abe Text Font Color

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

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


#a66abe Background Color

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

This div background color is #a66abe


#a66abe Border Color

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

This div border color is #a66abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66abe


Comments

No comments written yet.

Please login to write comment.