Color Hex Logo

#ae576d Color Hex

#AE576D
(174,87,109)
0 Favorites   0 Comments

Color spaces of #ae576d

RGB 17487109
HSL0.960.350.51
HSV345°50°68°
CMYK 0.000.500.37   0.32
XYZ23.624116.919216.4886
Yxy16.91920.41420.2967
Hunter Lab41.133030.53615.0260
CIE-Lab48.158137.82754.0139

#ae576d color RGB value is (174,87,109).

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

The process color (four color CMYK) of #ae576d color hex is 0.00, 0.50, 0.37, 0.32. Web safe color of #ae576d is #996666. Color #ae576d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 01101101
Octal 256 127 155
Decimal 174 87 109
Hex AE 57 6D

RGB Percentages of Color #ae576d

%47.03
%23.51
%29.46

CMYK Percentages of Color #ae576d

%0
%50
%37
%32

Triadic Colors of #ae576d

#ae576d #6dae57 #576dae

Analogous Colors of #ae576d

#ae576d #ae6d57 #ae5799

Monochromatic Colors of #ae576d

#ae576d

Complementary Color

#ae576d #57ae98

#ae576d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae576d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae576d Color CSS Codes

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

#ae576d Text Font Color

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

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


#ae576d Background Color

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

This div background color is #ae576d


#ae576d Border Color

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

This div border color is #ae576d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae576d


Comments

No comments written yet.

Please login to write comment.