Color Hex Logo

#aa99dd Color Hex

#AA99DD
(170,153,221)
2 Favorites   0 Comments

Color spaces of #aa99dd

RGB 170153221
HSL0.710.500.73
HSV255°31°87°
CMYK 0.230.310.00   0.13
XYZ41.019936.549073.2993
Yxy36.54900.27190.2423
Hunter Lab60.455815.3166-29.5668
CIE-Lab66.937320.3640-32.2891

#aa99dd color RGB value is (170,153,221).

#aa99dd hex color red value is 170, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aa99dd hue: 0.71 , saturation: 0.50 and the lightness value of aa99dd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 11011101
Octal 252 231 335
Decimal 170 153 221
Hex AA 99 DD

RGB Percentages of Color #aa99dd

%31.25
%28.13
%40.63

CMYK Percentages of Color #aa99dd

%23
%31
%0
%13

Triadic Colors of #aa99dd

#aa99dd #ddaa99 #99ddaa

Analogous Colors of #aa99dd

#aa99dd #cc99dd #99aadd

Monochromatic Colors of #aa99dd

#aa99dd

Complementary Color

#aa99dd #ccdd99

#aa99dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa99dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa99dd Color CSS Codes

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

#aa99dd Text Font Color

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

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


#aa99dd Background Color

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

This div background color is #aa99dd


#aa99dd Border Color

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

This div border color is #aa99dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa99dd


Comments

No comments written yet.

Please login to write comment.