Color Hex Logo

#ae859f Color Hex

#AE859F
(174,133,159)
0 Favorites   0 Comments

Color spaces of #ae859f

RGB 174133159
HSL0.890.200.60
HSV322°24°68°
CMYK 0.000.240.09   0.32
XYZ32.101128.276936.5670
Yxy28.27690.33110.2917
Hunter Lab53.176014.6981-3.5481
CIE-Lab60.138120.0200-7.7461

#ae859f color RGB value is (174,133,159).

#ae859f hex color red value is 174, green value is 133 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ae859f hue: 0.89 , saturation: 0.20 and the lightness value of ae859f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 10011111
Octal 256 205 237
Decimal 174 133 159
Hex AE 85 9F

RGB Percentages of Color #ae859f

%37.34
%28.54
%34.12

CMYK Percentages of Color #ae859f

%0
%24
%9
%32

Triadic Colors of #ae859f

#ae859f #9fae85 #859fae

Analogous Colors of #ae859f

#ae859f #ae858b #a985ae

Monochromatic Colors of #ae859f

#ae859f

Complementary Color

#ae859f #85ae94

#ae859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae859f Color CSS Codes

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

#ae859f Text Font Color

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

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


#ae859f Background Color

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

This div background color is #ae859f


#ae859f Border Color

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

This div border color is #ae859f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae859f


Comments

No comments written yet.

Please login to write comment.