Color Hex Logo

#ae789f Color Hex

#AE789F
(174,120,159)
0 Favorites   0 Comments

Color spaces of #ae789f

RGB 174120159
HSL0.880.250.58
HSV317°31°68°
CMYK 0.000.310.09   0.32
XYZ30.430024.934836.0100
Yxy24.93480.33300.2729
Hunter Lab49.934821.3912-7.8021
CIE-Lab57.011827.3451-12.4267

#ae789f color RGB value is (174,120,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 10011111
Octal 256 170 237
Decimal 174 120 159
Hex AE 78 9F

RGB Percentages of Color #ae789f

%38.41
%26.49
%35.10

CMYK Percentages of Color #ae789f

%0
%31
%9
%32

Triadic Colors of #ae789f

#ae789f #9fae78 #789fae

Analogous Colors of #ae789f

#ae789f #ae7884 #a278ae

Monochromatic Colors of #ae789f

#ae789f

Complementary Color

#ae789f #78ae87

#ae789f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae789f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae789f Color CSS Codes

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

#ae789f Text Font Color

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

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


#ae789f Background Color

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

This div background color is #ae789f


#ae789f Border Color

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

This div border color is #ae789f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,120,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 #ae789f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae789f


Comments

No comments written yet.

Please login to write comment.