Color Hex Logo

#a966fe Color Hex

#A966FE
(169,102,254)
0 Favorites   0 Comments

Color spaces of #a966fe

RGB 169102254
HSL0.740.990.70
HSV266°60°100°
CMYK 0.330.600.00   0.00
XYZ39.002925.093596.5538
Yxy25.09350.24280.1562
Hunter Lab50.093451.3172-79.2146
CIE-Lab57.166456.1823-65.9978

#a966fe color RGB value is (169,102,254).

#a966fe hex color red value is 169, green value is 102 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a966fe hue: 0.74 , saturation: 0.99 and the lightness value of a966fe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 11111110
Octal 251 146 376
Decimal 169 102 254
Hex A9 66 FE

RGB Percentages of Color #a966fe

%32.19
%19.43
%48.38

CMYK Percentages of Color #a966fe

%33
%60
%0
%0

Triadic Colors of #a966fe

#a966fe #fea966 #66fea9

Analogous Colors of #a966fe

#a966fe #f566fe #666ffe

Monochromatic Colors of #a966fe

#a966fe

Complementary Color

#a966fe #bbfe66

#a966fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966fe Color CSS Codes

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

#a966fe Text Font Color

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

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


#a966fe Background Color

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

This div background color is #a966fe


#a966fe Border Color

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

This div border color is #a966fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,102,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a966fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a966fe;
  -webkit-box-shadow: 1px 1px 3px 2px #a966fe;
  box-shadow:         1px 1px 3px 2px #a966fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,102,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966fe

Related Colors


Comments

No comments written yet.

Please login to write comment.