Color Hex Logo

#ae217a Color Hex

#AE217A
(174,33,122)
0 Favorites   0 Comments

Color spaces of #ae217a

RGB 17433122
HSL0.890.680.41
HSV322°81°68°
CMYK 0.000.810.30   0.32
XYZ21.512311.491519.4966
Yxy11.49150.40980.2189
Hunter Lab33.899153.9522-10.3704
CIE-Lab40.396361.6223-15.4925

#ae217a color RGB value is (174,33,122).

#ae217a hex color red value is 174, green value is 33 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae217a hue: 0.89 , saturation: 0.68 and the lightness value of ae217a is 0.41.

The process color (four color CMYK) of #ae217a color hex is 0.00, 0.81, 0.30, 0.32. Web safe color of #ae217a is #993366. Color #ae217a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 01111010
Octal 256 41 172
Decimal 174 33 122
Hex AE 21 7A

RGB Percentages of Color #ae217a

%52.89
%10.03
%37.08

CMYK Percentages of Color #ae217a

%0
%81
%30
%32

Triadic Colors of #ae217a

#ae217a #7aae21 #217aae

Analogous Colors of #ae217a

#ae217a #ae2134 #9c21ae

Monochromatic Colors of #ae217a

#ae217a

Complementary Color

#ae217a #21ae55

#ae217a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae217a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae217a Color CSS Codes

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

#ae217a Text Font Color

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

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


#ae217a Background Color

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

This div background color is #ae217a


#ae217a Border Color

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

This div border color is #ae217a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae217a


Comments

No comments written yet.

Please login to write comment.