Color Hex Logo

#ae528e Color Hex

#AE528E
(174,82,142)
0 Favorites   0 Comments

Color spaces of #ae528e

RGB 17482142
HSL0.890.360.50
HSV321°53°68°
CMYK 0.000.530.18   0.32
XYZ25.355316.986327.5335
Yxy16.98630.36290.2431
Hunter Lab41.214437.6887-10.7589
CIE-Lab48.242844.9612-15.7094

#ae528e color RGB value is (174,82,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 10001110
Octal 256 122 216
Decimal 174 82 142
Hex AE 52 8E

RGB Percentages of Color #ae528e

%43.72
%20.60
%35.68

CMYK Percentages of Color #ae528e

%0
%53
%18
%32

Triadic Colors of #ae528e

#ae528e #8eae52 #528eae

Analogous Colors of #ae528e

#ae528e #ae5260 #a052ae

Monochromatic Colors of #ae528e

#ae528e

Complementary Color

#ae528e #52ae72

#ae528e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae528e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae528e Color CSS Codes

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

#ae528e Text Font Color

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

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


#ae528e Background Color

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

This div background color is #ae528e


#ae528e Border Color

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

This div border color is #ae528e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae528e


Comments

No comments written yet.

Please login to write comment.