Color Hex Logo

#ae169a Color Hex

#AE169A
(174,22,154)
0 Favorites   0 Comments

Color spaces of #ae169a

RGB 17422154
HSL0.860.780.38
HSV308°87°68°
CMYK 0.000.870.11   0.32
XYZ23.575211.905631.6273
Yxy11.90560.35130.1774
Hunter Lab34.504561.5773-30.1929
CIE-Lab41.065768.1810-34.0646

#ae169a color RGB value is (174,22,154).

#ae169a hex color red value is 174, green value is 22 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae169a hue: 0.86 , saturation: 0.78 and the lightness value of ae169a is 0.38.

The process color (four color CMYK) of #ae169a color hex is 0.00, 0.87, 0.11, 0.32. Web safe color of #ae169a is #990099. Color #ae169a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010110 10011010
Octal 256 26 232
Decimal 174 22 154
Hex AE 16 9A

RGB Percentages of Color #ae169a

%49.71
%6.29
%44.00

CMYK Percentages of Color #ae169a

%0
%87
%11
%32

Triadic Colors of #ae169a

#ae169a #9aae16 #169aae

Analogous Colors of #ae169a

#ae169a #ae164e #7616ae

Monochromatic Colors of #ae169a

#ae169a

Complementary Color

#ae169a #16ae2a

#ae169a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae169a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae169a Color CSS Codes

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

#ae169a Text Font Color

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

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


#ae169a Background Color

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

This div background color is #ae169a


#ae169a Border Color

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

This div border color is #ae169a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae169a


Comments

No comments written yet.

Please login to write comment.