Color Hex Logo

#aa73ed Color Hex

#AA73ED
(170,115,237)
0 Favorites   0 Comments

Color spaces of #aa73ed

RGB 170115237
HSL0.740.770.69
HSV267°51°93°
CMYK 0.280.510.00   0.07
XYZ37.994426.921983.3147
Yxy26.92190.25630.1816
Hunter Lab51.886339.9078-58.8825
CIE-Lab58.902045.4710-53.7882

#aa73ed color RGB value is (170,115,237).

#aa73ed hex color red value is 170, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aa73ed hue: 0.74 , saturation: 0.77 and the lightness value of aa73ed is 0.69.

The process color (four color CMYK) of #aa73ed color hex is 0.28, 0.51, 0.00, 0.07. Web safe color of #aa73ed is #9966ff. Color #aa73ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 11101101
Octal 252 163 355
Decimal 170 115 237
Hex AA 73 ED

RGB Percentages of Color #aa73ed

%32.57
%22.03
%45.40

CMYK Percentages of Color #aa73ed

%28
%51
%0
%7

Triadic Colors of #aa73ed

#aa73ed #edaa73 #73edaa

Analogous Colors of #aa73ed

#aa73ed #e773ed #7379ed

Monochromatic Colors of #aa73ed

#aa73ed

Complementary Color

#aa73ed #b6ed73

#aa73ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa73ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa73ed Color CSS Codes

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

#aa73ed Text Font Color

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

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


#aa73ed Background Color

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

This div background color is #aa73ed


#aa73ed Border Color

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

This div border color is #aa73ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa73ed


Comments

No comments written yet.

Please login to write comment.