Color Hex Logo

#aa96df Color Hex

#AA96DF
(170,150,223)
0 Favorites   0 Comments

Color spaces of #aa96df

RGB 170150223
HSL0.710.530.73
HSV256°33°87°
CMYK 0.240.330.00   0.13
XYZ40.803235.686574.5497
Yxy35.68650.27010.2363
Hunter Lab59.738217.3797-32.1737
CIE-Lab66.279722.5319-34.4140

#aa96df color RGB value is (170,150,223).

#aa96df hex color red value is 170, green value is 150 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa96df hue: 0.71 , saturation: 0.53 and the lightness value of aa96df is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010110 11011111
Octal 252 226 337
Decimal 170 150 223
Hex AA 96 DF

RGB Percentages of Color #aa96df

%31.31
%27.62
%41.07

CMYK Percentages of Color #aa96df

%24
%33
%0
%13

Triadic Colors of #aa96df

#aa96df #dfaa96 #96dfaa

Analogous Colors of #aa96df

#aa96df #cf96df #96a7df

Monochromatic Colors of #aa96df

#aa96df

Complementary Color

#aa96df #cbdf96

#aa96df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa96df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa96df Color CSS Codes

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

#aa96df Text Font Color

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

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


#aa96df Background Color

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

This div background color is #aa96df


#aa96df Border Color

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

This div border color is #aa96df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa96df


Comments

No comments written yet.

Please login to write comment.