Color Hex Logo

#ae529b Color Hex

#AE529B
(174,82,155)
0 Favorites   0 Comments

Color spaces of #ae529b

RGB 17482155
HSL0.870.360.50
HSV312°53°68°
CMYK 0.000.530.11   0.32
XYZ26.389217.399832.9780
Yxy17.39980.34380.2267
Hunter Lab41.713139.9277-17.6750
CIE-Lab48.759947.0490-22.6580

#ae529b color RGB value is (174,82,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 10011011
Octal 256 122 233
Decimal 174 82 155
Hex AE 52 9B

RGB Percentages of Color #ae529b

%42.34
%19.95
%37.71

CMYK Percentages of Color #ae529b

%0
%53
%11
%32

Triadic Colors of #ae529b

#ae529b #9bae52 #529bae

Analogous Colors of #ae529b

#ae529b #ae526d #9352ae

Monochromatic Colors of #ae529b

#ae529b

Complementary Color

#ae529b #52ae65

#ae529b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae529b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae529b Color CSS Codes

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

#ae529b Text Font Color

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

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


#ae529b Background Color

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

This div background color is #ae529b


#ae529b Border Color

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

This div border color is #ae529b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae529b


Comments

No comments written yet.

Please login to write comment.