Color Hex Logo

#ae349f Color Hex

#AE349F
(174,52,159)
0 Favorites   0 Comments

Color spaces of #ae349f

RGB 17452159
HSL0.850.540.44
HSV307°70°68°
CMYK 0.000.700.09   0.32
XYZ24.941613.957934.1805
Yxy13.95790.34130.1910
Hunter Lab37.360353.7856-28.0916
CIE-Lab44.172560.7454-32.1804

#ae349f color RGB value is (174,52,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 10011111
Octal 256 64 237
Decimal 174 52 159
Hex AE 34 9F

RGB Percentages of Color #ae349f

%45.19
%13.51
%41.30

CMYK Percentages of Color #ae349f

%0
%70
%9
%32

Triadic Colors of #ae349f

#ae349f #9fae34 #349fae

Analogous Colors of #ae349f

#ae349f #ae3462 #8034ae

Monochromatic Colors of #ae349f

#ae349f

Complementary Color

#ae349f #34ae43

#ae349f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae349f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae349f Color CSS Codes

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

#ae349f Text Font Color

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

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


#ae349f Background Color

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

This div background color is #ae349f


#ae349f Border Color

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

This div border color is #ae349f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae349f


Comments

No comments written yet.

Please login to write comment.