color codes Logo

#aa88db color codes

#AA88DB
(170,136,219)
0 Favorites   0 Comments

Color spaces of #aa88db

RGB 170136219
HSL0.730.540.70
HSV265°38°86°
CMYK 0.220.380.00   0.14
XYZ38.167931.268871.0417
Yxy31.26880.27170.2226
Hunter Lab55.918523.9801-36.1820
CIE-Lab62.733929.5139-37.7179

#aa88db color RGB value is (170,136,219).

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

The process color (four color CMYK) of #aa88db color code is 0.22, 0.38, 0.00, 0.14. Web safe color of #aa88db is #9999cc. Color #aa88db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 11011011
Octal 252 210 333
Decimal 170 136 219
Hex AA 88 DB

RGB Percentages of Color #aa88db

%32.38
%25.90
%41.71

CMYK Percentages of Color #aa88db

%22
%38
%0
%14

Triadic Colors of #aa88db

#aa88db #dbaa88 #88dbaa

Analogous Colors of #aa88db

#aa88db #d488db #8890db

Monochromatic Colors of #aa88db

#aa88db

Complementary Color

#aa88db #b9db88

#aa88db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa88db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa88db Color CSS Codes

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

#aa88db Text Font Color

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

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


#aa88db Background Color

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

This div background color is #aa88db


#aa88db Border Color

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

This div border color is #aa88db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa88db


Comments

No comments written yet.

Please login to write comment.