Color Hex Logo

#ae2162 Color Hex

#AE2162
(174,33,98)
0 Favorites   0 Comments

Color spaces of #ae2162

RGB 1743398
HSL0.920.680.41
HSV332°81°68°
CMYK 0.000.810.44   0.32
XYZ20.204010.968212.6075
Yxy10.96820.46150.2505
Hunter Lab33.118350.93800.6122
CIE-Lab39.526959.0630-1.7450

#ae2162 color RGB value is (174,33,98).

#ae2162 hex color red value is 174, green value is 33 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ae2162 hue: 0.92 , saturation: 0.68 and the lightness value of ae2162 is 0.41.

The process color (four color CMYK) of #ae2162 color hex is 0.00, 0.81, 0.44, 0.32. Web safe color of #ae2162 is #993366. Color #ae2162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 01100010
Octal 256 41 142
Decimal 174 33 98
Hex AE 21 62

RGB Percentages of Color #ae2162

%57.05
%10.82
%32.13

CMYK Percentages of Color #ae2162

%0
%81
%44
%32

Triadic Colors of #ae2162

#ae2162 #62ae21 #2162ae

Analogous Colors of #ae2162

#ae2162 #ae2721 #ae21a9

Monochromatic Colors of #ae2162

#ae2162

Complementary Color

#ae2162 #21ae6d

#ae2162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2162 Color CSS Codes

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

#ae2162 Text Font Color

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

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


#ae2162 Background Color

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

This div background color is #ae2162


#ae2162 Border Color

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

This div border color is #ae2162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2162


Comments

No comments written yet.

Please login to write comment.