Color Hex Logo

#a664fc Color Hex

#A664FC
(166,100,252)
0 Favorites   0 Comments

Color spaces of #a664fc

RGB 166100252
HSL0.740.960.69
HSV266°60°99°
CMYK 0.340.600.00   0.01
XYZ37.853724.249694.7810
Yxy24.24960.24130.1546
Hunter Lab49.243951.0359-79.6463
CIE-Lab56.336856.0724-66.2448

#a664fc color RGB value is (166,100,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100100 11111100
Octal 246 144 374
Decimal 166 100 252
Hex A6 64 FC

RGB Percentages of Color #a664fc

%32.05
%19.31
%48.65

CMYK Percentages of Color #a664fc

%34
%60
%0
%1

Triadic Colors of #a664fc

#a664fc #fca664 #64fca6

Analogous Colors of #a664fc

#a664fc #f264fc #646efc

Monochromatic Colors of #a664fc

#a664fc

Complementary Color

#a664fc #bafc64

#a664fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a664fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a664fc Color CSS Codes

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

#a664fc Text Font Color

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

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


#a664fc Background Color

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

This div background color is #a664fc


#a664fc Border Color

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

This div border color is #a664fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a664fc

Related Colors


Comments

No comments written yet.

Please login to write comment.