Color Hex Logo

#ae117a Color Hex

#AE117A
(174,17,122)
0 Favorites   0 Comments

Color spaces of #ae117a

RGB 17417122
HSL0.890.820.37
HSV320°90°68°
CMYK 0.000.900.30   0.32
XYZ21.168910.804719.3821
Yxy10.80470.41220.2104
Hunter Lab32.870557.4322-11.9510
CIE-Lab39.249664.9349-17.2484

#ae117a color RGB value is (174,17,122).

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

The process color (four color CMYK) of #ae117a color hex is 0.00, 0.90, 0.30, 0.32. Web safe color of #ae117a is #990066. Color #ae117a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 01111010
Octal 256 21 172
Decimal 174 17 122
Hex AE 11 7A

RGB Percentages of Color #ae117a

%55.59
%5.43
%38.98

CMYK Percentages of Color #ae117a

%0
%90
%30
%32

Triadic Colors of #ae117a

#ae117a #7aae11 #117aae

Analogous Colors of #ae117a

#ae117a #ae112c #9411ae

Monochromatic Colors of #ae117a

#ae117a

Complementary Color

#ae117a #11ae45

#ae117a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae117a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae117a Color CSS Codes

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

#ae117a Text Font Color

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

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


#ae117a Background Color

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

This div background color is #ae117a


#ae117a Border Color

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

This div border color is #ae117a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae117a


Comments

No comments written yet.

Please login to write comment.