Color Hex Logo

#ae537f Color Hex

#AE537F
(174,83,127)
0 Favorites   0 Comments

Color spaces of #ae537f

RGB 17483127
HSL0.920.360.50
HSV331°52°68°
CMYK 0.000.520.27   0.32
XYZ24.379616.717522.0205
Yxy16.71750.38630.2649
Hunter Lab40.887034.8814-3.3108
CIE-Lab47.902142.2469-7.2197

#ae537f color RGB value is (174,83,127).

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

The process color (four color CMYK) of #ae537f color hex is 0.00, 0.52, 0.27, 0.32. Web safe color of #ae537f is #996666. Color #ae537f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 01111111
Octal 256 123 177
Decimal 174 83 127
Hex AE 53 7F

RGB Percentages of Color #ae537f

%45.31
%21.61
%33.07

CMYK Percentages of Color #ae537f

%0
%52
%27
%32

Triadic Colors of #ae537f

#ae537f #7fae53 #537fae

Analogous Colors of #ae537f

#ae537f #ae5553 #ae53ad

Monochromatic Colors of #ae537f

#ae537f

Complementary Color

#ae537f #53ae82

#ae537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae537f Color CSS Codes

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

#ae537f Text Font Color

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

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


#ae537f Background Color

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

This div background color is #ae537f


#ae537f Border Color

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

This div border color is #ae537f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae537f


Comments

No comments written yet.

Please login to write comment.