Color Hex Logo

#aa90df Color Hex

#AA90DF
(170,144,223)
0 Favorites   0 Comments

Color spaces of #aa90df

RGB 170144223
HSL0.720.550.72
HSV260°35°87°
CMYK 0.240.350.00   0.13
XYZ39.870133.820374.2386
Yxy33.82030.26950.2286
Hunter Lab58.155220.6045-34.9786
CIE-Lab64.819725.9276-36.6857

#aa90df color RGB value is (170,144,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 11011111
Octal 252 220 337
Decimal 170 144 223
Hex AA 90 DF

RGB Percentages of Color #aa90df

%31.66
%26.82
%41.53

CMYK Percentages of Color #aa90df

%24
%35
%0
%13

Triadic Colors of #aa90df

#aa90df #dfaa90 #90dfaa

Analogous Colors of #aa90df

#aa90df #d290df #909edf

Monochromatic Colors of #aa90df

#aa90df

Complementary Color

#aa90df #c5df90

#aa90df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa90df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa90df Color CSS Codes

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

#aa90df Text Font Color

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

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


#aa90df Background Color

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

This div background color is #aa90df


#aa90df Border Color

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

This div border color is #aa90df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa90df


Comments

No comments written yet.

Please login to write comment.