Color Hex Logo

#ae52aa Color Hex

#AE52AA
(174,82,170)
0 Favorites   0 Comments

Color spaces of #ae52aa

RGB 17482170
HSL0.840.360.50
HSV303°53°68°
CMYK 0.000.530.02   0.32
XYZ27.728617.935540.0307
Yxy17.93550.32360.2093
Hunter Lab42.350342.7586-26.3973
CIE-Lab49.417849.6410-30.4870

#ae52aa color RGB value is (174,82,170).

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

The process color (four color CMYK) of #ae52aa color hex is 0.00, 0.53, 0.02, 0.32. Web safe color of #ae52aa is #996699. Color #ae52aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 10101010
Octal 256 122 252
Decimal 174 82 170
Hex AE 52 AA

RGB Percentages of Color #ae52aa

%40.85
%19.25
%39.91

CMYK Percentages of Color #ae52aa

%0
%53
%2
%32

Triadic Colors of #ae52aa

#ae52aa #aaae52 #52aaae

Analogous Colors of #ae52aa

#ae52aa #ae527c #8452ae

Monochromatic Colors of #ae52aa

#ae52aa

Complementary Color

#ae52aa #52ae56

#ae52aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae52aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae52aa Color CSS Codes

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

#ae52aa Text Font Color

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

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


#ae52aa Background Color

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

This div background color is #ae52aa


#ae52aa Border Color

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

This div border color is #ae52aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae52aa


Comments

No comments written yet.

Please login to write comment.