Color Hex Logo

#ae2f97 Color Hex

#AE2F97
(174,47,151)
0 Favorites   0 Comments

Color spaces of #ae2f97

RGB 17447151
HSL0.860.570.43
HSV311°73°68°
CMYK 0.000.730.13   0.32
XYZ24.058013.266130.5708
Yxy13.26610.35430.1954
Hunter Lab36.422754.1637-24.2683
CIE-Lab43.161561.2775-28.9595

#ae2f97 color RGB value is (174,47,151).

#ae2f97 hex color red value is 174, green value is 47 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ae2f97 hue: 0.86 , saturation: 0.57 and the lightness value of ae2f97 is 0.43.

The process color (four color CMYK) of #ae2f97 color hex is 0.00, 0.73, 0.13, 0.32. Web safe color of #ae2f97 is #993399. Color #ae2f97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 10010111
Octal 256 57 227
Decimal 174 47 151
Hex AE 2F 97

RGB Percentages of Color #ae2f97

%46.77
%12.63
%40.59

CMYK Percentages of Color #ae2f97

%0
%73
%13
%32

Triadic Colors of #ae2f97

#ae2f97 #97ae2f #2f97ae

Analogous Colors of #ae2f97

#ae2f97 #ae2f57 #862fae

Monochromatic Colors of #ae2f97

#ae2f97

Complementary Color

#ae2f97 #2fae46

#ae2f97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2f97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2f97 Color CSS Codes

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

#ae2f97 Text Font Color

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

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


#ae2f97 Background Color

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

This div background color is #ae2f97


#ae2f97 Border Color

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

This div border color is #ae2f97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2f97


Comments

No comments written yet.

Please login to write comment.