Color Hex Logo

#aa9fdd Color Hex

#AA9FDD
(170,159,221)
0 Favorites   0 Comments

Color spaces of #aa9fdd

RGB 170159221
HSL0.700.480.75
HSV251°28°87°
CMYK 0.230.280.00   0.13
XYZ42.026838.562873.6349
Yxy38.56280.27250.2500
Hunter Lab62.099012.1305-26.8349
CIE-Lab68.433416.9820-29.9767

#aa9fdd color RGB value is (170,159,221).

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

The process color (four color CMYK) of #aa9fdd color hex is 0.23, 0.28, 0.00, 0.13. Web safe color of #aa9fdd is #9999cc. Color #aa9fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011111 11011101
Octal 252 237 335
Decimal 170 159 221
Hex AA 9F DD

RGB Percentages of Color #aa9fdd

%30.91
%28.91
%40.18

CMYK Percentages of Color #aa9fdd

%23
%28
%0
%13

Triadic Colors of #aa9fdd

#aa9fdd #ddaa9f #9fddaa

Analogous Colors of #aa9fdd

#aa9fdd #c99fdd #9fb3dd

Monochromatic Colors of #aa9fdd

#aa9fdd

Complementary Color

#aa9fdd #d2dd9f

#aa9fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9fdd Color CSS Codes

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

#aa9fdd Text Font Color

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

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


#aa9fdd Background Color

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

This div background color is #aa9fdd


#aa9fdd Border Color

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

This div border color is #aa9fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9fdd


Comments

No comments written yet.

Please login to write comment.