Color Hex Logo

#ae299f Color Hex

#AE299F
(174,41,159)
0 Favorites   0 Comments

Color spaces of #ae299f

RGB 17441159
HSL0.850.620.42
HSV307°76°68°
CMYK 0.000.760.09   0.32
XYZ24.506513.087834.0354
Yxy13.08780.34210.1827
Hunter Lab36.177157.6068-30.4561
CIE-Lab42.895264.3784-34.1899

#ae299f color RGB value is (174,41,159).

#ae299f hex color red value is 174, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ae299f hue: 0.85 , saturation: 0.62 and the lightness value of ae299f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10011111
Octal 256 51 237
Decimal 174 41 159
Hex AE 29 9F

RGB Percentages of Color #ae299f

%46.52
%10.96
%42.51

CMYK Percentages of Color #ae299f

%0
%76
%9
%32

Triadic Colors of #ae299f

#ae299f #9fae29 #299fae

Analogous Colors of #ae299f

#ae299f #ae295d #7b29ae

Monochromatic Colors of #ae299f

#ae299f

Complementary Color

#ae299f #29ae38

#ae299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae299f Color CSS Codes

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

#ae299f Text Font Color

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

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


#ae299f Background Color

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

This div background color is #ae299f


#ae299f Border Color

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

This div border color is #ae299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae299f


Comments

No comments written yet.

Please login to write comment.