Color Hex Logo

#ae297f Color Hex

#AE297F
(174,41,127)
0 Favorites   0 Comments

Color spaces of #ae297f

RGB 17441127
HSL0.890.620.42
HSV321°76°68°
CMYK 0.000.760.27   0.32
XYZ22.079312.116921.2538
Yxy12.11690.39820.2185
Hunter Lab34.809352.3049-11.8346
CIE-Lab41.401359.9441-17.0494

#ae297f color RGB value is (174,41,127).

#ae297f hex color red value is 174, green value is 41 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae297f hue: 0.89 , saturation: 0.62 and the lightness value of ae297f is 0.42.

The process color (four color CMYK) of #ae297f color hex is 0.00, 0.76, 0.27, 0.32. Web safe color of #ae297f is #993366. Color #ae297f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 01111111
Octal 256 51 177
Decimal 174 41 127
Hex AE 29 7F

RGB Percentages of Color #ae297f

%50.88
%11.99
%37.13

CMYK Percentages of Color #ae297f

%0
%76
%27
%32

Triadic Colors of #ae297f

#ae297f #7fae29 #297fae

Analogous Colors of #ae297f

#ae297f #ae293d #9b29ae

Monochromatic Colors of #ae297f

#ae297f

Complementary Color

#ae297f #29ae58

#ae297f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae297f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae297f Color CSS Codes

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

#ae297f Text Font Color

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

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


#ae297f Background Color

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

This div background color is #ae297f


#ae297f Border Color

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

This div border color is #ae297f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae297f


Comments

No comments written yet.

Please login to write comment.