Color Hex Logo

#a90add Color Hex

#A90ADD
(169,10,221)
0 Favorites   0 Comments

Color spaces of #a90add

RGB 16910221
HSL0.790.910.45
HSV285°95°87°
CMYK 0.240.950.00   0.13
XYZ29.521913.872669.5283
Yxy13.87260.26140.1229
Hunter Lab37.245976.3024-84.6066
CIE-Lab44.049779.7795-68.6915

#a90add color RGB value is (169,10,221).

#a90add hex color red value is 169, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a90add hue: 0.79 , saturation: 0.91 and the lightness value of a90add is 0.45.

The process color (four color CMYK) of #a90add color hex is 0.24, 0.95, 0.00, 0.13. Web safe color of #a90add is #9900cc. Color #a90add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001010 11011101
Octal 251 12 335
Decimal 169 10 221
Hex A9 A DD

RGB Percentages of Color #a90add

%42.25
%2.50
%55.25

CMYK Percentages of Color #a90add

%24
%95
%0
%13

Triadic Colors of #a90add

#a90add #dda90a #0adda9

Analogous Colors of #a90add

#a90add #dd0aa8 #3f0add

Monochromatic Colors of #a90add

#a90add

Complementary Color

#a90add #3edd0a

#a90add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90add Color CSS Codes

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

#a90add Text Font Color

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

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


#a90add Background Color

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

This div background color is #a90add


#a90add Border Color

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

This div border color is #a90add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90add


Comments

No comments written yet.

Please login to write comment.