Color Hex Logo

#ae8493 Color Hex

#AE8493
(174,132,147)
0 Favorites   0 Comments

Color spaces of #ae8493

RGB 174132147
HSL0.940.210.60
HSV339°24°68°
CMYK 0.000.240.16   0.32
XYZ30.973327.607831.3001
Yxy27.60780.34460.3072
Hunter Lab52.543113.27231.4610
CIE-Lab59.532718.5028-1.7665

#ae8493 color RGB value is (174,132,147).

#ae8493 hex color red value is 174, green value is 132 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ae8493 hue: 0.94 , saturation: 0.21 and the lightness value of ae8493 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 10010011
Octal 256 204 223
Decimal 174 132 147
Hex AE 84 93

RGB Percentages of Color #ae8493

%38.41
%29.14
%32.45

CMYK Percentages of Color #ae8493

%0
%24
%16
%32

Triadic Colors of #ae8493

#ae8493 #93ae84 #8493ae

Analogous Colors of #ae8493

#ae8493 #ae8a84 #ae84a8

Monochromatic Colors of #ae8493

#ae8493

Complementary Color

#ae8493 #84ae9f

#ae8493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8493 Color CSS Codes

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

#ae8493 Text Font Color

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

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


#ae8493 Background Color

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

This div background color is #ae8493


#ae8493 Border Color

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

This div border color is #ae8493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8493


Comments

No comments written yet.

Please login to write comment.