Color Hex Logo

#a66afb Color Hex

#A66AFB
(166,106,251)
0 Favorites   0 Comments

Color spaces of #a66afb

RGB 166106251
HSL0.740.950.70
HSV265°58°98°
CMYK 0.340.580.00   0.02
XYZ38.292525.380194.1474
Yxy25.38010.24260.1608
Hunter Lab50.378747.5140-75.5358
CIE-Lab57.443952.7165-63.9096

#a66afb color RGB value is (166,106,251).

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

The process color (four color CMYK) of #a66afb color hex is 0.34, 0.58, 0.00, 0.02. Web safe color of #a66afb is #9966ff. Color #a66afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101010 11111011
Octal 246 152 373
Decimal 166 106 251
Hex A6 6A FB

RGB Percentages of Color #a66afb

%31.74
%20.27
%47.99

CMYK Percentages of Color #a66afb

%34
%58
%0
%2

Triadic Colors of #a66afb

#a66afb #fba66a #6afba6

Analogous Colors of #a66afb

#a66afb #ef6afb #6a77fb

Monochromatic Colors of #a66afb

#a66afb

Complementary Color

#a66afb #bffb6a

#a66afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66afb Color CSS Codes

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

#a66afb Text Font Color

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

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


#a66afb Background Color

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

This div background color is #a66afb


#a66afb Border Color

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

This div border color is #a66afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66afb


Comments

No comments written yet.

Please login to write comment.