Color Hex Logo

#ae538f Color Hex

#AE538F
(174,83,143)
0 Favorites   0 Comments

Color spaces of #ae538f

RGB 17483143
HSL0.890.360.50
HSV320°52°68°
CMYK 0.000.520.18   0.32
XYZ25.506717.168427.9561
Yxy17.16840.36110.2431
Hunter Lab41.434837.3714-10.9987
CIE-Lab48.471544.6146-15.9588

#ae538f color RGB value is (174,83,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 10001111
Octal 256 123 217
Decimal 174 83 143
Hex AE 53 8F

RGB Percentages of Color #ae538f

%43.50
%20.75
%35.75

CMYK Percentages of Color #ae538f

%0
%52
%18
%32

Triadic Colors of #ae538f

#ae538f #8fae53 #538fae

Analogous Colors of #ae538f

#ae538f #ae5362 #a053ae

Monochromatic Colors of #ae538f

#ae538f

Complementary Color

#ae538f #53ae72

#ae538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae538f Color CSS Codes

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

#ae538f Text Font Color

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

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


#ae538f Background Color

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

This div background color is #ae538f


#ae538f Border Color

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

This div border color is #ae538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae538f


Comments

No comments written yet.

Please login to write comment.