Color Hex Logo

#ae748c Color Hex

#AE748C
(174,116,140)
0 Favorites   0 Comments

Color spaces of #ae748c

RGB 174116140
HSL0.930.260.57
HSV335°33°68°
CMYK 0.000.330.20   0.32
XYZ28.434623.382927.8256
Yxy23.38290.35700.2936
Hunter Lab48.355920.3402-0.2684
CIE-Lab55.464626.3682-3.7037

#ae748c color RGB value is (174,116,140).

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

The process color (four color CMYK) of #ae748c color hex is 0.00, 0.33, 0.20, 0.32. Web safe color of #ae748c is #996699. Color #ae748c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 10001100
Octal 256 164 214
Decimal 174 116 140
Hex AE 74 8C

RGB Percentages of Color #ae748c

%40.47
%26.98
%32.56

CMYK Percentages of Color #ae748c

%0
%33
%20
%32

Triadic Colors of #ae748c

#ae748c #8cae74 #748cae

Analogous Colors of #ae748c

#ae748c #ae7974 #ae74a9

Monochromatic Colors of #ae748c

#ae748c

Complementary Color

#ae748c #74ae96

#ae748c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae748c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae748c Color CSS Codes

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

#ae748c Text Font Color

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

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


#ae748c Background Color

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

This div background color is #ae748c


#ae748c Border Color

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

This div border color is #ae748c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae748c


Comments

No comments written yet.

Please login to write comment.