Color Hex Logo

#ae8fab Color Hex

#AE8FAB
(174,143,171)
0 Favorites   0 Comments

Color spaces of #ae8fab

RGB 174143171
HSL0.850.160.62
HSV306°18°68°
CMYK 0.000.180.02   0.32
XYZ34.628731.583942.7992
Yxy31.58390.31770.2897
Hunter Lab56.199611.6378-5.8131
CIE-Lab62.997516.6041-10.3034

#ae8fab color RGB value is (174,143,171).

#ae8fab hex color red value is 174, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae8fab hue: 0.85 , saturation: 0.16 and the lightness value of ae8fab is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001111 10101011
Octal 256 217 253
Decimal 174 143 171
Hex AE 8F AB

RGB Percentages of Color #ae8fab

%35.66
%29.30
%35.04

CMYK Percentages of Color #ae8fab

%0
%18
%2
%32

Triadic Colors of #ae8fab

#ae8fab #abae8f #8fabae

Analogous Colors of #ae8fab

#ae8fab #ae8f9c #a28fae

Monochromatic Colors of #ae8fab

#ae8fab

Complementary Color

#ae8fab #8fae92

#ae8fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8fab Color CSS Codes

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

#ae8fab Text Font Color

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

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


#ae8fab Background Color

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

This div background color is #ae8fab


#ae8fab Border Color

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

This div border color is #ae8fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8fab


Comments

No comments written yet.

Please login to write comment.