Color Hex Logo

#aa49ea Color Hex

#AA49EA
(170,73,234)
0 Favorites   0 Comments

Color spaces of #aa49ea

RGB 17073234
HSL0.770.790.60
HSV276°69°92°
CMYK 0.270.690.00   0.08
XYZ33.811419.251679.7758
Yxy19.25160.25450.1449
Hunter Lab43.876660.7682-77.0865
CIE-Lab50.980365.5705-64.8187

#aa49ea color RGB value is (170,73,234).

#aa49ea hex color red value is 170, green value is 73 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa49ea hue: 0.77 , saturation: 0.79 and the lightness value of aa49ea is 0.60.

The process color (four color CMYK) of #aa49ea color hex is 0.27, 0.69, 0.00, 0.08. Web safe color of #aa49ea is #9933ff. Color #aa49ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001001 11101010
Octal 252 111 352
Decimal 170 73 234
Hex AA 49 EA

RGB Percentages of Color #aa49ea

%35.64
%15.30
%49.06

CMYK Percentages of Color #aa49ea

%27
%69
%0
%8

Triadic Colors of #aa49ea

#aa49ea #eaaa49 #49eaaa

Analogous Colors of #aa49ea

#aa49ea #ea49da #5a49ea

Monochromatic Colors of #aa49ea

#aa49ea

Complementary Color

#aa49ea #89ea49

#aa49ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa49ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa49ea Color CSS Codes

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

#aa49ea Text Font Color

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

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


#aa49ea Background Color

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

This div background color is #aa49ea


#aa49ea Border Color

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

This div border color is #aa49ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa49ea


Comments

No comments written yet.

Please login to write comment.