Color Hex Logo

#ae538d Color Hex

#AE538D
(174,83,141)
0 Favorites   0 Comments

Color spaces of #ae538d

RGB 17483141
HSL0.890.360.50
HSV322°52°68°
CMYK 0.000.520.19   0.32
XYZ25.356517.108327.1651
Yxy17.10830.36420.2457
Hunter Lab41.362237.0431-9.9859
CIE-Lab48.396244.3049-14.8782

#ae538d color RGB value is (174,83,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 10001101
Octal 256 123 215
Decimal 174 83 141
Hex AE 53 8D

RGB Percentages of Color #ae538d

%43.72
%20.85
%35.43

CMYK Percentages of Color #ae538d

%0
%52
%19
%32

Triadic Colors of #ae538d

#ae538d #8dae53 #538dae

Analogous Colors of #ae538d

#ae538d #ae5360 #a253ae

Monochromatic Colors of #ae538d

#ae538d

Complementary Color

#ae538d #53ae74

#ae538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae538d Color CSS Codes

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

#ae538d Text Font Color

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

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


#ae538d Background Color

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

This div background color is #ae538d


#ae538d Border Color

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

This div border color is #ae538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae538d


Comments

No comments written yet.

Please login to write comment.