Color Hex Logo

#ae549e Color Hex

#AE549E
(174,84,158)
0 Favorites   0 Comments

Color spaces of #ae549e

RGB 17484158
HSL0.860.360.51
HSV311°52°68°
CMYK 0.000.520.09   0.32
XYZ26.797417.807934.3726
Yxy17.80790.33930.2255
Hunter Lab42.199439.5018-18.7538
CIE-Lab49.262346.5568-23.6591

#ae549e color RGB value is (174,84,158).

#ae549e hex color red value is 174, green value is 84 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ae549e hue: 0.86 , saturation: 0.36 and the lightness value of ae549e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 10011110
Octal 256 124 236
Decimal 174 84 158
Hex AE 54 9E

RGB Percentages of Color #ae549e

%41.83
%20.19
%37.98

CMYK Percentages of Color #ae549e

%0
%52
%9
%32

Triadic Colors of #ae549e

#ae549e #9eae54 #549eae

Analogous Colors of #ae549e

#ae549e #ae5471 #9154ae

Monochromatic Colors of #ae549e

#ae549e

Complementary Color

#ae549e #54ae64

#ae549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae549e Color CSS Codes

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

#ae549e Text Font Color

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

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


#ae549e Background Color

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

This div background color is #ae549e


#ae549e Border Color

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

This div border color is #ae549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae549e


Comments

No comments written yet.

Please login to write comment.