Color Hex Logo

#ae728f Color Hex

#AE728F
(174,114,143)
0 Favorites   0 Comments

Color spaces of #ae728f

RGB 174114143
HSL0.920.270.56
HSV331°34°68°
CMYK 0.000.340.18   0.32
XYZ28.430823.016528.9308
Yxy23.01650.35370.2864
Hunter Lab47.975521.8238-2.1709
CIE-Lab55.089327.9707-6.0092

#ae728f color RGB value is (174,114,143).

#ae728f hex color red value is 174, green value is 114 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ae728f hue: 0.92 , saturation: 0.27 and the lightness value of ae728f is 0.56.

The process color (four color CMYK) of #ae728f color hex is 0.00, 0.34, 0.18, 0.32. Web safe color of #ae728f is #996699. Color #ae728f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 10001111
Octal 256 162 217
Decimal 174 114 143
Hex AE 72 8F

RGB Percentages of Color #ae728f

%40.37
%26.45
%33.18

CMYK Percentages of Color #ae728f

%0
%34
%18
%32

Triadic Colors of #ae728f

#ae728f #8fae72 #728fae

Analogous Colors of #ae728f

#ae728f #ae7372 #ae72ad

Monochromatic Colors of #ae728f

#ae728f

Complementary Color

#ae728f #72ae91

#ae728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae728f Color CSS Codes

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

#ae728f Text Font Color

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

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


#ae728f Background Color

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

This div background color is #ae728f


#ae728f Border Color

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

This div border color is #ae728f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae728f


Comments

No comments written yet.

Please login to write comment.