Color Hex Logo

#a981d9 Color Hex

#A981D9
(169,129,217)
0 Favorites   0 Comments

Color spaces of #a981d9

RGB 169129217
HSL0.740.540.68
HSV267°41°85°
CMYK 0.220.410.00   0.15
XYZ36.736829.145369.3350
Yxy29.14530.27170.2155
Hunter Lab53.986426.9900-38.3560
CIE-Lab60.909632.7077-39.4628

#a981d9 color RGB value is (169,129,217).

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

The process color (four color CMYK) of #a981d9 color hex is 0.22, 0.41, 0.00, 0.15. Web safe color of #a981d9 is #9999cc. Color #a981d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000001 11011001
Octal 251 201 331
Decimal 169 129 217
Hex A9 81 D9

RGB Percentages of Color #a981d9

%32.82
%25.05
%42.14

CMYK Percentages of Color #a981d9

%22
%41
%0
%15

Triadic Colors of #a981d9

#a981d9 #d9a981 #81d9a9

Analogous Colors of #a981d9

#a981d9 #d581d9 #8185d9

Monochromatic Colors of #a981d9

#a981d9

Complementary Color

#a981d9 #b1d981

#a981d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a981d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a981d9 Color CSS Codes

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

#a981d9 Text Font Color

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

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


#a981d9 Background Color

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

This div background color is #a981d9


#a981d9 Border Color

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

This div border color is #a981d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a981d9


Comments

No comments written yet.

Please login to write comment.