Color Hex Logo

#a959dd Color Hex

#A959DD
(169,89,221)
0 Favorites   0 Comments

Color spaces of #a959dd

RGB 16989221
HSL0.770.660.61
HSV276°60°87°
CMYK 0.240.600.00   0.13
XYZ32.985720.800270.6829
Yxy20.80020.26500.1671
Hunter Lab45.607249.2885-59.9636
CIE-Lab52.730155.1203-54.6733

#a959dd color RGB value is (169,89,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 11011101
Octal 251 131 335
Decimal 169 89 221
Hex A9 59 DD

RGB Percentages of Color #a959dd

%35.28
%18.58
%46.14

CMYK Percentages of Color #a959dd

%24
%60
%0
%13

Triadic Colors of #a959dd

#a959dd #dda959 #59dda9

Analogous Colors of #a959dd

#a959dd #dd59cf #6759dd

Monochromatic Colors of #a959dd

#a959dd

Complementary Color

#a959dd #8ddd59

#a959dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a959dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a959dd Color CSS Codes

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

#a959dd Text Font Color

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

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


#a959dd Background Color

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

This div background color is #a959dd


#a959dd Border Color

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

This div border color is #a959dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a959dd


Comments

No comments written yet.

Please login to write comment.