Color Hex Logo

#ae129a Color Hex

#AE129A
(174,18,154)
0 Favorites   0 Comments

Color spaces of #ae129a

RGB 17418154
HSL0.850.810.38
HSV308°90°68°
CMYK 0.000.900.11   0.32
XYZ23.504611.764431.6038
Yxy11.76440.35150.1759
Hunter Lab34.299362.2987-30.6211
CIE-Lab40.839268.8434-34.4222

#ae129a color RGB value is (174,18,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 10011010
Octal 256 22 232
Decimal 174 18 154
Hex AE 12 9A

RGB Percentages of Color #ae129a

%50.29
%5.20
%44.51

CMYK Percentages of Color #ae129a

%0
%90
%11
%32

Triadic Colors of #ae129a

#ae129a #9aae12 #129aae

Analogous Colors of #ae129a

#ae129a #ae124c #7412ae

Monochromatic Colors of #ae129a

#ae129a

Complementary Color

#ae129a #12ae26

#ae129a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae129a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae129a Color CSS Codes

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

#ae129a Text Font Color

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

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


#ae129a Background Color

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

This div background color is #ae129a


#ae129a Border Color

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

This div border color is #ae129a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae129a


Comments

No comments written yet.

Please login to write comment.