Color Hex Logo

#ae557a Color Hex

#AE557A
(174,85,122)
0 Favorites   0 Comments

Color spaces of #ae557a

RGB 17485122
HSL0.930.350.51
HSV335°51°68°
CMYK 0.000.510.30   0.32
XYZ24.216916.900820.3982
Yxy16.90080.39370.2747
Hunter Lab41.110633.2050-0.6410
CIE-Lab48.134840.5356-3.8617

#ae557a color RGB value is (174,85,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 01111010
Octal 256 125 172
Decimal 174 85 122
Hex AE 55 7A

RGB Percentages of Color #ae557a

%45.67
%22.31
%32.02

CMYK Percentages of Color #ae557a

%0
%51
%30
%32

Triadic Colors of #ae557a

#ae557a #7aae55 #557aae

Analogous Colors of #ae557a

#ae557a #ae5d55 #ae55a7

Monochromatic Colors of #ae557a

#ae557a

Complementary Color

#ae557a #55ae89

#ae557a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae557a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae557a Color CSS Codes

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

#ae557a Text Font Color

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

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


#ae557a Background Color

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

This div background color is #ae557a


#ae557a Border Color

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

This div border color is #ae557a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,85,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 #ae557a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae557a


Comments

No comments written yet.

Please login to write comment.