Color Hex Logo

#ae757d Color Hex

#AE757D
(174,117,125)
0 Favorites   0 Comments

Color spaces of #ae757d

RGB 174117125
HSL0.980.260.57
HSV352°33°68°
CMYK 0.000.330.28   0.32
XYZ27.518523.201922.4301
Yxy23.20190.37620.3172
Hunter Lab48.168417.68216.1088
CIE-Lab55.279723.53454.7769

#ae757d color RGB value is (174,117,125).

#ae757d hex color red value is 174, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ae757d hue: 0.98 , saturation: 0.26 and the lightness value of ae757d is 0.57.

The process color (four color CMYK) of #ae757d color hex is 0.00, 0.33, 0.28, 0.32. Web safe color of #ae757d is #996666. Color #ae757d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 01111101
Octal 256 165 175
Decimal 174 117 125
Hex AE 75 7D

RGB Percentages of Color #ae757d

%41.83
%28.13
%30.05

CMYK Percentages of Color #ae757d

%0
%33
%28
%32

Triadic Colors of #ae757d

#ae757d #7dae75 #757dae

Analogous Colors of #ae757d

#ae757d #ae8a75 #ae759a

Monochromatic Colors of #ae757d

#ae757d

Complementary Color

#ae757d #75aea6

#ae757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae757d Color CSS Codes

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

#ae757d Text Font Color

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

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


#ae757d Background Color

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

This div background color is #ae757d


#ae757d Border Color

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

This div border color is #ae757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae757d


Comments

No comments written yet.

Please login to write comment.