Color Hex Logo

#a981dd Color Hex

#A981DD
(169,129,221)
0 Favorites   0 Comments

Color spaces of #a981dd

RGB 169129221
HSL0.740.580.69
HSV266°42°87°
CMYK 0.240.420.00   0.13
XYZ37.263629.356072.1089
Yxy29.35600.26860.2116
Hunter Lab54.181227.9479-40.9813
CIE-Lab61.094533.6435-41.4087

#a981dd color RGB value is (169,129,221).

#a981dd hex color red value is 169, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a981dd hue: 0.74 , saturation: 0.58 and the lightness value of a981dd is 0.69.

The process color (four color CMYK) of #a981dd color hex is 0.24, 0.42, 0.00, 0.13. Web safe color of #a981dd is #9999cc. Color #a981dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000001 11011101
Octal 251 201 335
Decimal 169 129 221
Hex A9 81 DD

RGB Percentages of Color #a981dd

%32.56
%24.86
%42.58

CMYK Percentages of Color #a981dd

%24
%42
%0
%13

Triadic Colors of #a981dd

#a981dd #dda981 #81dda9

Analogous Colors of #a981dd

#a981dd #d781dd #8187dd

Monochromatic Colors of #a981dd

#a981dd

Complementary Color

#a981dd #b5dd81

#a981dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a981dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a981dd Color CSS Codes

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

#a981dd Text Font Color

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

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


#a981dd Background Color

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

This div background color is #a981dd


#a981dd Border Color

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

This div border color is #a981dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a981dd


Comments

No comments written yet.

Please login to write comment.