Color Hex Logo

#ae429f Color Hex

#AE429F
(174,66,159)
0 Favorites   0 Comments

Color spaces of #ae429f

RGB 17466159
HSL0.860.450.47
HSV308°62°68°
CMYK 0.000.620.09   0.32
XYZ25.661815.398334.4205
Yxy15.39830.34000.2040
Hunter Lab39.240748.0606-24.5386
CIE-Lab46.175055.1659-29.0452

#ae429f color RGB value is (174,66,159).

#ae429f hex color red value is 174, green value is 66 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ae429f hue: 0.86 , saturation: 0.45 and the lightness value of ae429f is 0.47.

The process color (four color CMYK) of #ae429f color hex is 0.00, 0.62, 0.09, 0.32. Web safe color of #ae429f is #993399. Color #ae429f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 10011111
Octal 256 102 237
Decimal 174 66 159
Hex AE 42 9F

RGB Percentages of Color #ae429f

%43.61
%16.54
%39.85

CMYK Percentages of Color #ae429f

%0
%62
%9
%32

Triadic Colors of #ae429f

#ae429f #9fae42 #429fae

Analogous Colors of #ae429f

#ae429f #ae4269 #8742ae

Monochromatic Colors of #ae429f

#ae429f

Complementary Color

#ae429f #42ae51

#ae429f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae429f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae429f Color CSS Codes

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

#ae429f Text Font Color

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

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


#ae429f Background Color

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

This div background color is #ae429f


#ae429f Border Color

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

This div border color is #ae429f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae429f


Comments

No comments written yet.

Please login to write comment.