Color Hex Logo

#ae507a Color Hex

#AE507A
(174,80,122)
0 Favorites   0 Comments

Color spaces of #ae507a

RGB 17480122
HSL0.930.370.50
HSV333°54°68°
CMYK 0.000.540.30   0.32
XYZ23.837116.141120.2716
Yxy16.14110.39560.2679
Hunter Lab40.176035.5991-1.7928
CIE-Lab47.159143.0755-5.3068

#ae507a color RGB value is (174,80,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010000 01111010
Octal 256 120 172
Decimal 174 80 122
Hex AE 50 7A

RGB Percentages of Color #ae507a

%46.28
%21.28
%32.45

CMYK Percentages of Color #ae507a

%0
%54
%30
%32

Triadic Colors of #ae507a

#ae507a #7aae50 #507aae

Analogous Colors of #ae507a

#ae507a #ae5550 #ae50a9

Monochromatic Colors of #ae507a

#ae507a

Complementary Color

#ae507a #50ae84

#ae507a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae507a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae507a Color CSS Codes

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

#ae507a Text Font Color

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

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


#ae507a Background Color

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

This div background color is #ae507a


#ae507a Border Color

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

This div border color is #ae507a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae507a

#ae507a Color Palettes


Comments

No comments written yet.

Please login to write comment.