Color Hex Logo

#a99ddd Color Hex

#A99DDD
(169,157,221)
0 Favorites   0 Comments

Color spaces of #a99ddd

RGB 169157221
HSL0.700.480.74
HSV251°29°87°
CMYK 0.240.290.00   0.13
XYZ41.470337.769473.5111
Yxy37.76940.27150.2473
Hunter Lab61.456812.9002-27.8995
CIE-Lab67.850317.8064-30.8836

#a99ddd color RGB value is (169,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011101 11011101
Octal 251 235 335
Decimal 169 157 221
Hex A9 9D DD

RGB Percentages of Color #a99ddd

%30.90
%28.70
%40.40

CMYK Percentages of Color #a99ddd

%24
%29
%0
%13

Triadic Colors of #a99ddd

#a99ddd #dda99d #9ddda9

Analogous Colors of #a99ddd

#a99ddd #c99ddd #9db1dd

Monochromatic Colors of #a99ddd

#a99ddd

Complementary Color

#a99ddd #d1dd9d

#a99ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99ddd Color CSS Codes

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

#a99ddd Text Font Color

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

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


#a99ddd Background Color

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

This div background color is #a99ddd


#a99ddd Border Color

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

This div border color is #a99ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99ddd


Comments

No comments written yet.

Please login to write comment.