Color Hex Logo

#ae54ad Color Hex

#AE54AD
(174,84,173)
0 Favorites   0 Comments

Color spaces of #ae54ad

RGB 17484173
HSL0.840.360.51
HSV301°52°68°
CMYK 0.000.520.01   0.32
XYZ28.168718.356441.5937
Yxy18.35640.31970.2083
Hunter Lab42.844442.3800-27.5682
CIE-Lab49.925649.1976-31.4525

#ae54ad color RGB value is (174,84,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 10101101
Octal 256 124 255
Decimal 174 84 173
Hex AE 54 AD

RGB Percentages of Color #ae54ad

%40.37
%19.49
%40.14

CMYK Percentages of Color #ae54ad

%0
%52
%1
%32

Triadic Colors of #ae54ad

#ae54ad #adae54 #54adae

Analogous Colors of #ae54ad

#ae54ad #ae5480 #8254ae

Monochromatic Colors of #ae54ad

#ae54ad

Complementary Color

#ae54ad #54ae55

#ae54ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae54ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae54ad Color CSS Codes

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

#ae54ad Text Font Color

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

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


#ae54ad Background Color

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

This div background color is #ae54ad


#ae54ad Border Color

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

This div border color is #ae54ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae54ad


Comments

No comments written yet.

Please login to write comment.