Color Hex Logo

#aa73fd Color Hex

#AA73FD
(170,115,253)
0 Favorites   0 Comments

Color spaces of #aa73fd

RGB 170115253
HSL0.730.970.72
HSV264°55°99°
CMYK 0.330.550.00   0.01
XYZ40.437927.899496.1823
Yxy27.89940.24580.1696
Hunter Lab52.819944.2214-70.9901
CIE-Lab59.797749.3423-61.2143

#aa73fd color RGB value is (170,115,253).

#aa73fd hex color red value is 170, green value is 115 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aa73fd hue: 0.73 , saturation: 0.97 and the lightness value of aa73fd is 0.72.

The process color (four color CMYK) of #aa73fd color hex is 0.33, 0.55, 0.00, 0.01. Web safe color of #aa73fd is #9966ff. Color #aa73fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 11111101
Octal 252 163 375
Decimal 170 115 253
Hex AA 73 FD

RGB Percentages of Color #aa73fd

%31.60
%21.38
%47.03

CMYK Percentages of Color #aa73fd

%33
%55
%0
%1

Triadic Colors of #aa73fd

#aa73fd #fdaa73 #73fdaa

Analogous Colors of #aa73fd

#aa73fd #ef73fd #7381fd

Monochromatic Colors of #aa73fd

#aa73fd

Complementary Color

#aa73fd #c6fd73

#aa73fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa73fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa73fd Color CSS Codes

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

#aa73fd Text Font Color

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

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


#aa73fd Background Color

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

This div background color is #aa73fd


#aa73fd Border Color

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

This div border color is #aa73fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa73fd

Related Colors


Comments

No comments written yet.

Please login to write comment.