Color Hex Logo

#aa88de Color Hex

#AA88DE
(170,136,222)
0 Favorites   0 Comments

Color spaces of #aa88de

RGB 170136222
HSL0.730.570.70
HSV264°39°87°
CMYK 0.230.390.00   0.13
XYZ38.566531.428373.1408
Yxy31.42830.26940.2196
Hunter Lab56.060924.6904-38.1110
CIE-Lab62.867530.2175-39.1794

#aa88de color RGB value is (170,136,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 11011110
Octal 252 210 336
Decimal 170 136 222
Hex AA 88 DE

RGB Percentages of Color #aa88de

%32.20
%25.76
%42.05

CMYK Percentages of Color #aa88de

%23
%39
%0
%13

Triadic Colors of #aa88de

#aa88de #deaa88 #88deaa

Analogous Colors of #aa88de

#aa88de #d588de #8891de

Monochromatic Colors of #aa88de

#aa88de

Complementary Color

#aa88de #bcde88

#aa88de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa88de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa88de Color CSS Codes

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

#aa88de Text Font Color

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

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


#aa88de Background Color

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

This div background color is #aa88de


#aa88de Border Color

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

This div border color is #aa88de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,136,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa88de


Comments

No comments written yet.

Please login to write comment.