Color Hex Logo

#ae749d Color Hex

#AE749D
(174,116,157)
0 Favorites   0 Comments

Color spaces of #ae749d

RGB 174116157
HSL0.880.260.57
HSV318°33°68°
CMYK 0.000.330.10   0.32
XYZ29.786823.923834.9461
Yxy23.92380.33600.2698
Hunter Lab48.912023.1084-8.1225
CIE-Lab56.011429.2300-12.7758

#ae749d color RGB value is (174,116,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 10011101
Octal 256 164 235
Decimal 174 116 157
Hex AE 74 9D

RGB Percentages of Color #ae749d

%38.93
%25.95
%35.12

CMYK Percentages of Color #ae749d

%0
%33
%10
%32

Triadic Colors of #ae749d

#ae749d #9dae74 #749dae

Analogous Colors of #ae749d

#ae749d #ae7480 #a274ae

Monochromatic Colors of #ae749d

#ae749d

Complementary Color

#ae749d #74ae85

#ae749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae749d Color CSS Codes

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

#ae749d Text Font Color

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

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


#ae749d Background Color

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

This div background color is #ae749d


#ae749d Border Color

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

This div border color is #ae749d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae749d


Comments

No comments written yet.

Please login to write comment.