color codes Logo

#ae508e color codes

#AE508E
(174,80,142)
0 Favorites   0 Comments

Color spaces of #ae508e

RGB 17480142
HSL0.890.370.50
HSV320°54°68°
CMYK 0.000.540.18   0.32
XYZ25.206716.689027.4839
Yxy16.68900.36330.2405
Hunter Lab40.852238.6472-11.2917
CIE-Lab47.865845.9562-16.2834

#ae508e color RGB value is (174,80,142).

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

The process color (four color CMYK) of #ae508e color code is 0.00, 0.54, 0.18, 0.32. Web safe color of #ae508e is #996699. Color #ae508e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010000 10001110
Octal 256 120 216
Decimal 174 80 142
Hex AE 50 8E

RGB Percentages of Color #ae508e

%43.94
%20.20
%35.86

CMYK Percentages of Color #ae508e

%0
%54
%18
%32

Triadic Colors of #ae508e

#ae508e #8eae50 #508eae

Analogous Colors of #ae508e

#ae508e #ae505f #9f50ae

Monochromatic Colors of #ae508e

#ae508e

Complementary Color

#ae508e #50ae70

#ae508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae508e Color CSS Codes

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

#ae508e Text Font Color

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

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


#ae508e Background Color

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

This div background color is #ae508e


#ae508e Border Color

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

This div border color is #ae508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae508e


Comments

No comments written yet.

Please login to write comment.