Color Hex Logo

#ae779c Color Hex

#AE779C
(174,119,156)
0 Favorites   0 Comments

Color spaces of #ae779c

RGB 174119156
HSL0.890.250.57
HSV320°32°68°
CMYK 0.000.320.10   0.32
XYZ30.053124.592634.6154
Yxy24.59260.33670.2755
Hunter Lab49.590921.3905-6.6719
CIE-Lab56.676327.3733-11.1962

#ae779c color RGB value is (174,119,156).

#ae779c hex color red value is 174, green value is 119 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ae779c hue: 0.89 , saturation: 0.25 and the lightness value of ae779c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 10011100
Octal 256 167 234
Decimal 174 119 156
Hex AE 77 9C

RGB Percentages of Color #ae779c

%38.75
%26.50
%34.74

CMYK Percentages of Color #ae779c

%0
%32
%10
%32

Triadic Colors of #ae779c

#ae779c #9cae77 #779cae

Analogous Colors of #ae779c

#ae779c #ae7781 #a577ae

Monochromatic Colors of #ae779c

#ae779c

Complementary Color

#ae779c #77ae89

#ae779c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae779c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae779c Color CSS Codes

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

#ae779c Text Font Color

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

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


#ae779c Background Color

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

This div background color is #ae779c


#ae779c Border Color

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

This div border color is #ae779c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae779c


Comments

No comments written yet.

Please login to write comment.