Color Hex Logo

#ae54a3 Color Hex

#AE54A3
(174,84,163)
0 Favorites   0 Comments

Color spaces of #ae54a3

RGB 17484163
HSL0.850.360.51
HSV307°52°68°
CMYK 0.000.520.06   0.32
XYZ27.236717.983736.6860
Yxy17.98370.33250.2196
Hunter Lab42.407240.4319-21.6061
CIE-Lab49.476347.4160-26.2791

#ae54a3 color RGB value is (174,84,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 10100011
Octal 256 124 243
Decimal 174 84 163
Hex AE 54 A3

RGB Percentages of Color #ae54a3

%41.33
%19.95
%38.72

CMYK Percentages of Color #ae54a3

%0
%52
%6
%32

Triadic Colors of #ae54a3

#ae54a3 #a3ae54 #54a3ae

Analogous Colors of #ae54a3

#ae54a3 #ae5476 #8c54ae

Monochromatic Colors of #ae54a3

#ae54a3

Complementary Color

#ae54a3 #54ae5f

#ae54a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae54a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae54a3 Color CSS Codes

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

#ae54a3 Text Font Color

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

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


#ae54a3 Background Color

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

This div background color is #ae54a3


#ae54a3 Border Color

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

This div border color is #ae54a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae54a3


Comments

No comments written yet.

Please login to write comment.