Color Hex Logo

#ae89af Color Hex

#AE89AF
(174,137,175)
0 Favorites   0 Comments

Color spaces of #ae89af

RGB 174137175
HSL0.830.190.61
HSV298°22°69°
CMYK 0.010.220.00   0.31
XYZ34.139129.985144.5458
Yxy29.98510.31420.2759
Hunter Lab54.758715.4576-9.9010
CIE-Lab61.641420.7584-14.6079

#ae89af color RGB value is (174,137,175).

#ae89af hex color red value is 174, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae89af hue: 0.83 , saturation: 0.19 and the lightness value of ae89af is 0.61.

The process color (four color CMYK) of #ae89af color hex is 0.01, 0.22, 0.00, 0.31. Web safe color of #ae89af is #999999. Color #ae89af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10101111
Octal 256 211 257
Decimal 174 137 175
Hex AE 89 AF

RGB Percentages of Color #ae89af

%35.80
%28.19
%36.01

CMYK Percentages of Color #ae89af

%1
%22
%0
%31

Triadic Colors of #ae89af

#ae89af #afae89 #89afae

Analogous Colors of #ae89af

#ae89af #af899d #9b89af

Monochromatic Colors of #ae89af

#ae89af

Complementary Color

#ae89af #8aaf89

#ae89af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae89af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae89af Color CSS Codes

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

#ae89af Text Font Color

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

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


#ae89af Background Color

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

This div background color is #ae89af


#ae89af Border Color

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

This div border color is #ae89af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae89af


Comments

No comments written yet.

Please login to write comment.