Color Hex Logo

#ae527c Color Hex

#AE527C
(174,82,124)
0 Favorites   0 Comments

Color spaces of #ae527c

RGB 17482124
HSL0.920.360.50
HSV333°53°68°
CMYK 0.000.530.29   0.32
XYZ24.110916.488520.9806
Yxy16.48850.39150.2678
Hunter Lab40.606034.9285-2.2101
CIE-Lab47.609042.3389-5.8473

#ae527c color RGB value is (174,82,124).

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

The process color (four color CMYK) of #ae527c color hex is 0.00, 0.53, 0.29, 0.32. Web safe color of #ae527c is #996666. Color #ae527c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 01111100
Octal 256 122 174
Decimal 174 82 124
Hex AE 52 7C

RGB Percentages of Color #ae527c

%45.79
%21.58
%32.63

CMYK Percentages of Color #ae527c

%0
%53
%29
%32

Triadic Colors of #ae527c

#ae527c #7cae52 #527cae

Analogous Colors of #ae527c

#ae527c #ae5652 #ae52aa

Monochromatic Colors of #ae527c

#ae527c

Complementary Color

#ae527c #52ae84

#ae527c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae527c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae527c Color CSS Codes

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

#ae527c Text Font Color

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

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


#ae527c Background Color

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

This div background color is #ae527c


#ae527c Border Color

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

This div border color is #ae527c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae527c


Comments

No comments written yet.

Please login to write comment.