Color Hex Logo

#aa88dd Color Hex

#AA88DD
(170,136,221)
1 Favorites   0 Comments

Color spaces of #aa88dd

RGB 170136221
HSL0.730.560.70
HSV264°38°87°
CMYK 0.230.380.00   0.13
XYZ38.432931.374872.4369
Yxy31.37480.27020.2206
Hunter Lab56.013224.4528-37.4652
CIE-Lab62.822829.9826-38.6929

#aa88dd color RGB value is (170,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 11011101
Octal 252 210 335
Decimal 170 136 221
Hex AA 88 DD

RGB Percentages of Color #aa88dd

%32.26
%25.81
%41.94

CMYK Percentages of Color #aa88dd

%23
%38
%0
%13

Triadic Colors of #aa88dd

#aa88dd #ddaa88 #88ddaa

Analogous Colors of #aa88dd

#aa88dd #d588dd #8891dd

Monochromatic Colors of #aa88dd

#aa88dd

Complementary Color

#aa88dd #bbdd88

#aa88dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa88dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa88dd Color CSS Codes

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

#aa88dd Text Font Color

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

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


#aa88dd Background Color

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

This div background color is #aa88dd


#aa88dd Border Color

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

This div border color is #aa88dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa88dd


Comments

No comments written yet.

Please login to write comment.