Color Hex Logo

#ae139f Color Hex

#AE139F
(174,19,159)
0 Favorites   0 Comments

Color spaces of #ae139f

RGB 17419159
HSL0.850.800.38
HSV306°89°68°
CMYK 0.000.890.09   0.32
XYZ23.946411.967633.8488
Yxy11.96760.34330.1715
Hunter Lab34.594263.0193-33.7965
CIE-Lab41.164669.3950-36.9253

#ae139f color RGB value is (174,19,159).

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

The process color (four color CMYK) of #ae139f color hex is 0.00, 0.89, 0.09, 0.32. Web safe color of #ae139f is #990099. Color #ae139f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010011 10011111
Octal 256 23 237
Decimal 174 19 159
Hex AE 13 9F

RGB Percentages of Color #ae139f

%49.43
%5.40
%45.17

CMYK Percentages of Color #ae139f

%0
%89
%9
%32

Triadic Colors of #ae139f

#ae139f #9fae13 #139fae

Analogous Colors of #ae139f

#ae139f #ae1352 #7013ae

Monochromatic Colors of #ae139f

#ae139f

Complementary Color

#ae139f #13ae22

#ae139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae139f Color CSS Codes

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

#ae139f Text Font Color

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

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


#ae139f Background Color

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

This div background color is #ae139f


#ae139f Border Color

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

This div border color is #ae139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae139f


Comments

No comments written yet.

Please login to write comment.