Color Hex Logo

#ae54aa Color Hex

#AE54AA
(174,84,170)
0 Favorites   0 Comments

Color spaces of #ae54aa

RGB 17484170
HSL0.840.360.51
HSV303°52°68°
CMYK 0.000.520.02   0.32
XYZ27.881618.241640.0817
Yxy18.24160.32340.2116
Hunter Lab42.710241.7836-25.7440
CIE-Lab49.787848.6548-29.9098

#ae54aa color RGB value is (174,84,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 10101010
Octal 256 124 252
Decimal 174 84 170
Hex AE 54 AA

RGB Percentages of Color #ae54aa

%40.65
%19.63
%39.72

CMYK Percentages of Color #ae54aa

%0
%52
%2
%32

Triadic Colors of #ae54aa

#ae54aa #aaae54 #54aaae

Analogous Colors of #ae54aa

#ae54aa #ae547d #8554ae

Monochromatic Colors of #ae54aa

#ae54aa

Complementary Color

#ae54aa #54ae58

#ae54aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae54aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae54aa Color CSS Codes

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

#ae54aa Text Font Color

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

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


#ae54aa Background Color

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

This div background color is #ae54aa


#ae54aa Border Color

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

This div border color is #ae54aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae54aa


Comments

No comments written yet.

Please login to write comment.