Color Hex Logo

#a66fae Color Hex

#A66FAE
(166,111,174)
0 Favorites   0 Comments

Color spaces of #a66fae

RGB 166111174
HSL0.810.280.56
HSV292°36°68°
CMYK 0.050.360.00   0.32
XYZ29.050322.531942.8624
Yxy22.53190.30760.2386
Hunter Lab47.467826.1735-20.3102
CIE-Lab54.586932.5478-24.8765

#a66fae color RGB value is (166,111,174).

#a66fae hex color red value is 166, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a66fae hue: 0.81 , saturation: 0.28 and the lightness value of a66fae is 0.56.

The process color (four color CMYK) of #a66fae color hex is 0.05, 0.36, 0.00, 0.32. Web safe color of #a66fae is #996699. Color #a66fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 10101110
Octal 246 157 256
Decimal 166 111 174
Hex A6 6F AE

RGB Percentages of Color #a66fae

%36.81
%24.61
%38.58

CMYK Percentages of Color #a66fae

%5
%36
%0
%32

Triadic Colors of #a66fae

#a66fae #aea66f #6faea6

Analogous Colors of #a66fae

#a66fae #ae6f97 #876fae

Monochromatic Colors of #a66fae

#a66fae

Complementary Color

#a66fae #77ae6f

#a66fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66fae Color CSS Codes

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

#a66fae Text Font Color

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

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


#a66fae Background Color

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

This div background color is #a66fae


#a66fae Border Color

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

This div border color is #a66fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66fae


Comments

No comments written yet.

Please login to write comment.