Color Hex Logo

#ae547a Color Hex

#AE547A
(174,84,122)
0 Favorites   0 Comments

Color spaces of #ae547a

RGB 17484122
HSL0.930.360.51
HSV335°52°68°
CMYK 0.000.520.30   0.32
XYZ24.138716.744520.3721
Yxy16.74450.39410.2734
Hunter Lab40.920033.6869-0.8736
CIE-Lab47.936541.0488-4.1548

#ae547a color RGB value is (174,84,122).

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

The process color (four color CMYK) of #ae547a color hex is 0.00, 0.52, 0.30, 0.32. Web safe color of #ae547a is #996666. Color #ae547a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 01111010
Octal 256 124 172
Decimal 174 84 122
Hex AE 54 7A

RGB Percentages of Color #ae547a

%45.79
%22.11
%32.11

CMYK Percentages of Color #ae547a

%0
%52
%30
%32

Triadic Colors of #ae547a

#ae547a #7aae54 #547aae

Analogous Colors of #ae547a

#ae547a #ae5b54 #ae54a7

Monochromatic Colors of #ae547a

#ae547a

Complementary Color

#ae547a #54ae88

#ae547a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae547a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae547a Color CSS Codes

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

#ae547a Text Font Color

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

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


#ae547a Background Color

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

This div background color is #ae547a


#ae547a Border Color

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

This div border color is #ae547a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae547a


Comments

No comments written yet.

Please login to write comment.