Color Hex Logo

#ae0aaa Color Hex

#AE0AAA
(174,10,170)
0 Favorites   0 Comments

Color spaces of #ae0aaa

RGB 17410170
HSL0.840.890.36
HSV301°94°68°
CMYK 0.000.940.02   0.32
XYZ24.819812.118039.0611
Yxy12.11800.32660.1594
Hunter Lab34.810966.3494-42.1613
CIE-Lab41.403172.1607-43.1393

#ae0aaa color RGB value is (174,10,170).

#ae0aaa hex color red value is 174, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae0aaa hue: 0.84 , saturation: 0.89 and the lightness value of ae0aaa is 0.36.

The process color (four color CMYK) of #ae0aaa color hex is 0.00, 0.94, 0.02, 0.32. Web safe color of #ae0aaa is #990099. Color #ae0aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001010 10101010
Octal 256 12 252
Decimal 174 10 170
Hex AE A AA

RGB Percentages of Color #ae0aaa

%49.15
%2.82
%48.02

CMYK Percentages of Color #ae0aaa

%0
%94
%2
%32

Triadic Colors of #ae0aaa

#ae0aaa #aaae0a #0aaaae

Analogous Colors of #ae0aaa

#ae0aaa #ae0a58 #600aae

Monochromatic Colors of #ae0aaa

#ae0aaa

Complementary Color

#ae0aaa #0aae0e

#ae0aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0aaa Color CSS Codes

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

#ae0aaa Text Font Color

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

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


#ae0aaa Background Color

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

This div background color is #ae0aaa


#ae0aaa Border Color

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

This div border color is #ae0aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0aaa


Comments

No comments written yet.

Please login to write comment.