Color Hex Logo

#ae778e Color Hex

#AE778E
(174,119,142)
0 Favorites   0 Comments

Color spaces of #ae778e

RGB 174119142
HSL0.930.250.57
HSV335°32°68°
CMYK 0.000.320.18   0.32
XYZ28.934924.145328.7267
Yxy24.14530.35370.2951
Hunter Lab49.137919.1187-0.2653
CIE-Lab56.233025.0059-3.7344

#ae778e color RGB value is (174,119,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 10001110
Octal 256 167 216
Decimal 174 119 142
Hex AE 77 8E

RGB Percentages of Color #ae778e

%40.00
%27.36
%32.64

CMYK Percentages of Color #ae778e

%0
%32
%18
%32

Triadic Colors of #ae778e

#ae778e #8eae77 #778eae

Analogous Colors of #ae778e

#ae778e #ae7c77 #ae77aa

Monochromatic Colors of #ae778e

#ae778e

Complementary Color

#ae778e #77ae97

#ae778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae778e Color CSS Codes

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

#ae778e Text Font Color

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

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


#ae778e Background Color

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

This div background color is #ae778e


#ae778e Border Color

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

This div border color is #ae778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae778e


Comments

No comments written yet.

Please login to write comment.