Color Hex Logo

#ae119f Color Hex

#AE119F
(174,17,159)
0 Favorites   0 Comments

Color spaces of #ae119f

RGB 17417159
HSL0.850.820.37
HSV306°90°68°
CMYK 0.000.900.09   0.32
XYZ23.914011.902833.8379
Yxy11.90280.34330.1709
Hunter Lab34.500463.3516-34.0011
CIE-Lab41.061269.6980-37.0890

#ae119f color RGB value is (174,17,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 10011111
Octal 256 21 237
Decimal 174 17 159
Hex AE 11 9F

RGB Percentages of Color #ae119f

%49.71
%4.86
%45.43

CMYK Percentages of Color #ae119f

%0
%90
%9
%32

Triadic Colors of #ae119f

#ae119f #9fae11 #119fae

Analogous Colors of #ae119f

#ae119f #ae1151 #6f11ae

Monochromatic Colors of #ae119f

#ae119f

Complementary Color

#ae119f #11ae20

#ae119f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae119f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae119f Color CSS Codes

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

#ae119f Text Font Color

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

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


#ae119f Background Color

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

This div background color is #ae119f


#ae119f Border Color

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

This div border color is #ae119f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae119f


Comments

No comments written yet.

Please login to write comment.