Color Hex Logo

#ae537d Color Hex

#AE537D
(174,83,125)
0 Favorites   0 Comments

Color spaces of #ae537d

RGB 17483125
HSL0.920.360.50
HSV332°52°68°
CMYK 0.000.520.28   0.32
XYZ24.250516.665921.3407
Yxy16.66590.38950.2677
Hunter Lab40.823934.5920-2.4171
CIE-Lab47.836341.9688-6.1125

#ae537d color RGB value is (174,83,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 01111101
Octal 256 123 175
Decimal 174 83 125
Hex AE 53 7D

RGB Percentages of Color #ae537d

%45.55
%21.73
%32.72

CMYK Percentages of Color #ae537d

%0
%52
%28
%32

Triadic Colors of #ae537d

#ae537d #7dae53 #537dae

Analogous Colors of #ae537d

#ae537d #ae5653 #ae53ab

Monochromatic Colors of #ae537d

#ae537d

Complementary Color

#ae537d #53ae84

#ae537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae537d Color CSS Codes

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

#ae537d Text Font Color

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

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


#ae537d Background Color

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

This div background color is #ae537d


#ae537d Border Color

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

This div border color is #ae537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae537d


Comments

No comments written yet.

Please login to write comment.