Color Hex Logo

#ae505a Color Hex

#AE505A
(174,80,90)
0 Favorites   0 Comments

Color spaces of #ae505a

RGB 1748090
HSL0.980.370.50
HSV354°54°68°
CMYK 0.000.540.48   0.32
XYZ22.169715.474211.4912
Yxy15.47420.45120.3149
Hunter Lab39.337331.758910.2163
CIE-Lab46.277039.347312.8596

#ae505a color RGB value is (174,80,90).

#ae505a hex color red value is 174, green value is 80 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ae505a hue: 0.98 , saturation: 0.37 and the lightness value of ae505a is 0.50.

The process color (four color CMYK) of #ae505a color hex is 0.00, 0.54, 0.48, 0.32. Web safe color of #ae505a is #996666. Color #ae505a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010000 01011010
Octal 256 120 132
Decimal 174 80 90
Hex AE 50 5A

RGB Percentages of Color #ae505a

%50.58
%23.26
%26.16

CMYK Percentages of Color #ae505a

%0
%54
%48
%32

Triadic Colors of #ae505a

#ae505a #5aae50 #505aae

Analogous Colors of #ae505a

#ae505a #ae7550 #ae5089

Monochromatic Colors of #ae505a

#ae505a

Complementary Color

#ae505a #50aea4

#ae505a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae505a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae505a Color CSS Codes

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

#ae505a Text Font Color

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

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


#ae505a Background Color

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

This div background color is #ae505a


#ae505a Border Color

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

This div border color is #ae505a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae505a


Comments

No comments written yet.

Please login to write comment.