Color Hex Logo

#a95add Color Hex

#A95ADD
(169,90,221)
0 Favorites   0 Comments

Color spaces of #a95add

RGB 16990221
HSL0.770.660.61
HSV276°59°87°
CMYK 0.240.590.00   0.13
XYZ33.069520.967870.7108
Yxy20.96780.26510.1681
Hunter Lab45.790648.7773-59.5034
CIE-Lab52.914254.6241-54.3786

#a95add color RGB value is (169,90,221).

#a95add hex color red value is 169, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a95add hue: 0.77 , saturation: 0.66 and the lightness value of a95add is 0.61.

The process color (four color CMYK) of #a95add color hex is 0.24, 0.59, 0.00, 0.13. Web safe color of #a95add is #9966cc. Color #a95add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011010 11011101
Octal 251 132 335
Decimal 169 90 221
Hex A9 5A DD

RGB Percentages of Color #a95add

%35.21
%18.75
%46.04

CMYK Percentages of Color #a95add

%24
%59
%0
%13

Triadic Colors of #a95add

#a95add #dda95a #5adda9

Analogous Colors of #a95add

#a95add #dd5ad0 #685add

Monochromatic Colors of #a95add

#a95add

Complementary Color

#a95add #8edd5a

#a95add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95add Color CSS Codes

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

#a95add Text Font Color

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

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


#a95add Background Color

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

This div background color is #a95add


#a95add Border Color

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

This div border color is #a95add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95add


Comments

No comments written yet.

Please login to write comment.