Color Hex Logo

#a949fa Color Hex

#A949FA
(169,73,250)
0 Favorites   0 Comments

Color spaces of #a949fa

RGB 16973250
HSL0.760.950.63
HSV273°71°98°
CMYK 0.320.710.00   0.02
XYZ36.000020.102292.4252
Yxy20.10220.24240.1353
Hunter Lab44.835564.8619-90.8374
CIE-Lab51.952668.8645-72.2085

#a949fa color RGB value is (169,73,250).

#a949fa hex color red value is 169, green value is 73 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a949fa hue: 0.76 , saturation: 0.95 and the lightness value of a949fa is 0.63.

The process color (four color CMYK) of #a949fa color hex is 0.32, 0.71, 0.00, 0.02. Web safe color of #a949fa is #9933ff. Color #a949fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001001 11111010
Octal 251 111 372
Decimal 169 73 250
Hex A9 49 FA

RGB Percentages of Color #a949fa

%34.35
%14.84
%50.81

CMYK Percentages of Color #a949fa

%32
%71
%0
%2

Triadic Colors of #a949fa

#a949fa #faa949 #49faa9

Analogous Colors of #a949fa

#a949fa #fa49f3 #5049fa

Monochromatic Colors of #a949fa

#a949fa

Complementary Color

#a949fa #9afa49

#a949fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a949fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a949fa Color CSS Codes

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

#a949fa Text Font Color

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

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


#a949fa Background Color

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

This div background color is #a949fa


#a949fa Border Color

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

This div border color is #a949fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,73,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 #a949fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a949fa


Comments

No comments written yet.

Please login to write comment.