Color Hex Logo

#ae039a Color Hex

#AE039A
(174,3,154)
0 Favorites   0 Comments

Color spaces of #ae039a

RGB 1743154
HSL0.850.970.35
HSV307°98°68°
CMYK 0.000.980.11   0.32
XYZ23.320911.396931.5425
Yxy11.39690.35200.1720
Hunter Lab33.759364.2289-31.7652
CIE-Lab40.241170.6018-35.3678

#ae039a color RGB value is (174,3,154).

#ae039a hex color red value is 174, green value is 3 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae039a hue: 0.85 , saturation: 0.97 and the lightness value of ae039a is 0.35.

The process color (four color CMYK) of #ae039a color hex is 0.00, 0.98, 0.11, 0.32. Web safe color of #ae039a is #990099. Color #ae039a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 10011010
Octal 256 3 232
Decimal 174 3 154
Hex AE 3 9A

RGB Percentages of Color #ae039a

%52.57
%0.91
%46.53

CMYK Percentages of Color #ae039a

%0
%98
%11
%32

Triadic Colors of #ae039a

#ae039a #9aae03 #039aae

Analogous Colors of #ae039a

#ae039a #ae0344 #6d03ae

Monochromatic Colors of #ae039a

#ae039a

Complementary Color

#ae039a #03ae17

#ae039a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae039a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae039a Color CSS Codes

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

#ae039a Text Font Color

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

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


#ae039a Background Color

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

This div background color is #ae039a


#ae039a Border Color

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

This div border color is #ae039a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae039a


Comments

No comments written yet.

Please login to write comment.