Color Hex Logo

#a664fd Color Hex

#A664FD
(166,100,253)
0 Favorites   0 Comments

Color spaces of #a664fd

RGB 166100253
HSL0.740.970.69
HSV266°60°99°
CMYK 0.340.600.00   0.01
XYZ38.012724.313295.6179
Yxy24.31320.24070.1539
Hunter Lab49.308451.3190-80.4581
CIE-Lab56.400056.3144-66.6963

#a664fd color RGB value is (166,100,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100100 11111101
Octal 246 144 375
Decimal 166 100 253
Hex A6 64 FD

RGB Percentages of Color #a664fd

%31.98
%19.27
%48.75

CMYK Percentages of Color #a664fd

%34
%60
%0
%1

Triadic Colors of #a664fd

#a664fd #fda664 #64fda6

Analogous Colors of #a664fd

#a664fd #f364fd #646ffd

Monochromatic Colors of #a664fd

#a664fd

Complementary Color

#a664fd #bbfd64

#a664fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a664fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a664fd Color CSS Codes

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

#a664fd Text Font Color

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

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


#a664fd Background Color

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

This div background color is #a664fd


#a664fd Border Color

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

This div border color is #a664fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a664fd


Comments

No comments written yet.

Please login to write comment.