Color Hex Logo

#ae528c Color Hex

#AE528C
(174,82,140)
0 Favorites   0 Comments

Color spaces of #ae528c

RGB 17482140
HSL0.890.360.50
HSV322°53°68°
CMYK 0.000.530.20   0.32
XYZ25.206516.926726.7496
Yxy16.92670.36590.2457
Hunter Lab41.142137.3629-9.7495
CIE-Lab48.167544.6546-14.6273

#ae528c color RGB value is (174,82,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 10001100
Octal 256 122 214
Decimal 174 82 140
Hex AE 52 8C

RGB Percentages of Color #ae528c

%43.94
%20.71
%35.35

CMYK Percentages of Color #ae528c

%0
%53
%20
%32

Triadic Colors of #ae528c

#ae528c #8cae52 #528cae

Analogous Colors of #ae528c

#ae528c #ae525e #a252ae

Monochromatic Colors of #ae528c

#ae528c

Complementary Color

#ae528c #52ae74

#ae528c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae528c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae528c Color CSS Codes

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

#ae528c Text Font Color

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

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


#ae528c Background Color

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

This div background color is #ae528c


#ae528c Border Color

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

This div border color is #ae528c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae528c


Comments

No comments written yet.

Please login to write comment.