Color Hex Logo

#aa91ed Color Hex

#AA91ED
(170,145,237)
0 Favorites   0 Comments

Color spaces of #aa91ed

RGB 170145237
HSL0.710.720.75
HSV256°39°93°
CMYK 0.280.390.00   0.07
XYZ41.989034.911384.6463
Yxy34.91130.25990.2161
Hunter Lab59.085823.4500-43.5788
CIE-Lab65.679528.7377-43.0722

#aa91ed color RGB value is (170,145,237).

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

The process color (four color CMYK) of #aa91ed color hex is 0.28, 0.39, 0.00, 0.07. Web safe color of #aa91ed is #9999ff. Color #aa91ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010001 11101101
Octal 252 221 355
Decimal 170 145 237
Hex AA 91 ED

RGB Percentages of Color #aa91ed

%30.80
%26.27
%42.93

CMYK Percentages of Color #aa91ed

%28
%39
%0
%7

Triadic Colors of #aa91ed

#aa91ed #edaa91 #91edaa

Analogous Colors of #aa91ed

#aa91ed #d891ed #91a6ed

Monochromatic Colors of #aa91ed

#aa91ed

Complementary Color

#aa91ed #d4ed91

#aa91ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa91ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa91ed Color CSS Codes

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

#aa91ed Text Font Color

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

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


#aa91ed Background Color

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

This div background color is #aa91ed


#aa91ed Border Color

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

This div border color is #aa91ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa91ed


Comments

No comments written yet.

Please login to write comment.