Color Hex Logo

#ae548d Color Hex

#AE548D
(174,84,141)
0 Favorites   0 Comments

Color spaces of #ae548d

RGB 17484141
HSL0.890.360.51
HSV322°52°68°
CMYK 0.000.520.19   0.32
XYZ25.433617.262427.1908
Yxy17.26240.36390.2470
Hunter Lab41.548036.5595-9.7183
CIE-Lab48.589043.8000-14.5856

#ae548d color RGB value is (174,84,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 10001101
Octal 256 124 215
Decimal 174 84 141
Hex AE 54 8D

RGB Percentages of Color #ae548d

%43.61
%21.05
%35.34

CMYK Percentages of Color #ae548d

%0
%52
%19
%32

Triadic Colors of #ae548d

#ae548d #8dae54 #548dae

Analogous Colors of #ae548d

#ae548d #ae5460 #a254ae

Monochromatic Colors of #ae548d

#ae548d

Complementary Color

#ae548d #54ae75

#ae548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae548d Color CSS Codes

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

#ae548d Text Font Color

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

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


#ae548d Background Color

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

This div background color is #ae548d


#ae548d Border Color

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

This div border color is #ae548d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae548d


Comments

No comments written yet.

Please login to write comment.