Color Hex Logo

#aa96ea Color Hex

#AA96EA
(170,150,234)
0 Favorites   0 Comments

Color spaces of #aa96ea

RGB 170150234
HSL0.710.670.75
HSV254°36°92°
CMYK 0.270.360.00   0.08
XYZ42.335236.299382.6171
Yxy36.29930.26250.2251
Hunter Lab60.248919.9913-39.1280
CIE-Lab66.748025.1762-39.7486

#aa96ea color RGB value is (170,150,234).

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

The process color (four color CMYK) of #aa96ea color hex is 0.27, 0.36, 0.00, 0.08. Web safe color of #aa96ea is #9999ff. Color #aa96ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010110 11101010
Octal 252 226 352
Decimal 170 150 234
Hex AA 96 EA

RGB Percentages of Color #aa96ea

%30.69
%27.08
%42.24

CMYK Percentages of Color #aa96ea

%27
%36
%0
%8

Triadic Colors of #aa96ea

#aa96ea #eaaa96 #96eaaa

Analogous Colors of #aa96ea

#aa96ea #d496ea #96acea

Monochromatic Colors of #aa96ea

#aa96ea

Complementary Color

#aa96ea #d6ea96

#aa96ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa96ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa96ea Color CSS Codes

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

#aa96ea Text Font Color

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

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


#aa96ea Background Color

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

This div background color is #aa96ea


#aa96ea Border Color

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

This div border color is #aa96ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa96ea


Comments

No comments written yet.

Please login to write comment.