Color Hex Logo

#aa90de Color Hex

#AA90DE
(170,144,222)
0 Favorites   0 Comments

Color spaces of #aa90de

RGB 170144222
HSL0.720.540.72
HSV260°35°87°
CMYK 0.230.350.00   0.13
XYZ39.735633.766573.5305
Yxy33.76650.27030.2297
Hunter Lab58.108920.3698-34.3487
CIE-Lab64.776825.6911-36.1981

#aa90de color RGB value is (170,144,222).

#aa90de hex color red value is 170, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa90de hue: 0.72 , saturation: 0.54 and the lightness value of aa90de is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 11011110
Octal 252 220 336
Decimal 170 144 222
Hex AA 90 DE

RGB Percentages of Color #aa90de

%31.72
%26.87
%41.42

CMYK Percentages of Color #aa90de

%23
%35
%0
%13

Triadic Colors of #aa90de

#aa90de #deaa90 #90deaa

Analogous Colors of #aa90de

#aa90de #d190de #909dde

Monochromatic Colors of #aa90de

#aa90de

Complementary Color

#aa90de #c4de90

#aa90de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa90de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa90de Color CSS Codes

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

#aa90de Text Font Color

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

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


#aa90de Background Color

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

This div background color is #aa90de


#aa90de Border Color

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

This div border color is #aa90de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa90de


Comments

No comments written yet.

Please login to write comment.