Color Hex Logo

#ae8caf Color Hex

#AE8CAF
(174,140,175)
0 Favorites   0 Comments

Color spaces of #ae8caf

RGB 174140175
HSL0.830.180.62
HSV298°20°69°
CMYK 0.010.200.00   0.31
XYZ34.571530.850044.6900
Yxy30.85000.31400.2802
Hunter Lab55.542813.9039-8.8251
CIE-Lab62.380819.0655-13.4931

#ae8caf color RGB value is (174,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001100 10101111
Octal 256 214 257
Decimal 174 140 175
Hex AE 8C AF

RGB Percentages of Color #ae8caf

%35.58
%28.63
%35.79

CMYK Percentages of Color #ae8caf

%1
%20
%0
%31

Triadic Colors of #ae8caf

#ae8caf #afae8c #8cafae

Analogous Colors of #ae8caf

#ae8caf #af8c9f #9d8caf

Monochromatic Colors of #ae8caf

#ae8caf

Complementary Color

#ae8caf #8daf8c

#ae8caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8caf Color CSS Codes

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

#ae8caf Text Font Color

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

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


#ae8caf Background Color

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

This div background color is #ae8caf


#ae8caf Border Color

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

This div border color is #ae8caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8caf


Comments

No comments written yet.

Please login to write comment.