Color Hex Logo

#ae779f Color Hex

#AE779F
(174,119,159)
0 Favorites   0 Comments

Color spaces of #ae779f

RGB 174119159
HSL0.880.250.57
HSV316°32°68°
CMYK 0.000.320.09   0.32
XYZ30.310424.695535.9701
Yxy24.69550.33320.2715
Hunter Lab49.694621.9077-8.1293
CIE-Lab56.777527.9063-12.7796

#ae779f color RGB value is (174,119,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 10011111
Octal 256 167 237
Decimal 174 119 159
Hex AE 77 9F

RGB Percentages of Color #ae779f

%38.50
%26.33
%35.18

CMYK Percentages of Color #ae779f

%0
%32
%9
%32

Triadic Colors of #ae779f

#ae779f #9fae77 #779fae

Analogous Colors of #ae779f

#ae779f #ae7784 #a277ae

Monochromatic Colors of #ae779f

#ae779f

Complementary Color

#ae779f #77ae86

#ae779f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae779f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae779f Color CSS Codes

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

#ae779f Text Font Color

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

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


#ae779f Background Color

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

This div background color is #ae779f


#ae779f Border Color

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

This div border color is #ae779f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae779f


Comments

No comments written yet.

Please login to write comment.