Color Hex Logo

#aa96ee Color Hex

#AA96EE
(170,150,238)
0 Favorites   0 Comments

Color spaces of #aa96ee

RGB 170150238
HSL0.700.720.76
HSV254°37°93°
CMYK 0.290.370.00   0.07
XYZ42.916536.531885.6783
Yxy36.53180.25990.2212
Hunter Lab60.441520.9712-41.7369
CIE-Lab66.924326.1560-41.6704

#aa96ee color RGB value is (170,150,238).

#aa96ee hex color red value is 170, green value is 150 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aa96ee hue: 0.70 , saturation: 0.72 and the lightness value of aa96ee is 0.76.

The process color (four color CMYK) of #aa96ee color hex is 0.29, 0.37, 0.00, 0.07. Web safe color of #aa96ee is #9999ff. Color #aa96ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010110 11101110
Octal 252 226 356
Decimal 170 150 238
Hex AA 96 EE

RGB Percentages of Color #aa96ee

%30.47
%26.88
%42.65

CMYK Percentages of Color #aa96ee

%29
%37
%0
%7

Triadic Colors of #aa96ee

#aa96ee #eeaa96 #96eeaa

Analogous Colors of #aa96ee

#aa96ee #d696ee #96aeee

Monochromatic Colors of #aa96ee

#aa96ee

Complementary Color

#aa96ee #daee96

#aa96ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa96ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa96ee Color CSS Codes

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

#aa96ee Text Font Color

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

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


#aa96ee Background Color

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

This div background color is #aa96ee


#aa96ee Border Color

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

This div border color is #aa96ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa96ee


Comments

No comments written yet.

Please login to write comment.