Color Hex Logo

#a664fa Color Hex

#A664FA
(166,100,250)
0 Favorites   0 Comments

Color spaces of #a664fa

RGB 166100250
HSL0.740.940.69
HSV266°60°98°
CMYK 0.340.600.00   0.02
XYZ37.538424.123593.1203
Yxy24.12350.24250.1559
Hunter Lab49.115750.4725-78.0292
CIE-Lab56.211255.5896-65.3395

#a664fa color RGB value is (166,100,250).

#a664fa hex color red value is 166, green value is 100 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a664fa hue: 0.74 , saturation: 0.94 and the lightness value of a664fa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100100 11111010
Octal 246 144 372
Decimal 166 100 250
Hex A6 64 FA

RGB Percentages of Color #a664fa

%32.17
%19.38
%48.45

CMYK Percentages of Color #a664fa

%34
%60
%0
%2

Triadic Colors of #a664fa

#a664fa #faa664 #64faa6

Analogous Colors of #a664fa

#a664fa #f164fa #646dfa

Monochromatic Colors of #a664fa

#a664fa

Complementary Color

#a664fa #b8fa64

#a664fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a664fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a664fa Color CSS Codes

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

#a664fa Text Font Color

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

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


#a664fa Background Color

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

This div background color is #a664fa


#a664fa Border Color

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

This div border color is #a664fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a664fa


Comments

No comments written yet.

Please login to write comment.