Color Hex Logo

#a66ee7 Color Hex

#A66EE7
(166,110,231)
0 Favorites   0 Comments

Color spaces of #a66ee7

RGB 166110231
HSL0.740.720.67
HSV268°52°91°
CMYK 0.280.520.00   0.09
XYZ35.725625.028478.5493
Yxy25.02840.25650.1797
Hunter Lab50.028439.9183-58.0710
CIE-Lab57.103145.7425-53.3333

#a66ee7 color RGB value is (166,110,231).

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

The process color (four color CMYK) of #a66ee7 color hex is 0.28, 0.52, 0.00, 0.09. Web safe color of #a66ee7 is #9966ff. Color #a66ee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 11100111
Octal 246 156 347
Decimal 166 110 231
Hex A6 6E E7

RGB Percentages of Color #a66ee7

%32.74
%21.70
%45.56

CMYK Percentages of Color #a66ee7

%28
%52
%0
%9

Triadic Colors of #a66ee7

#a66ee7 #e7a66e #6ee7a6

Analogous Colors of #a66ee7

#a66ee7 #e36ee7 #6e73e7

Monochromatic Colors of #a66ee7

#a66ee7

Complementary Color

#a66ee7 #afe76e

#a66ee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66ee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66ee7 Color CSS Codes

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

#a66ee7 Text Font Color

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

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


#a66ee7 Background Color

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

This div background color is #a66ee7


#a66ee7 Border Color

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

This div border color is #a66ee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66ee7


Comments

No comments written yet.

Please login to write comment.