Color Hex Logo

#ae88a0 Color Hex

#AE88A0
(174,136,160)
0 Favorites   0 Comments

Color spaces of #ae88a0

RGB 174136160
HSL0.890.190.61
HSV322°22°68°
CMYK 0.000.220.08   0.32
XYZ32.604929.145137.1648
Yxy29.14510.32960.2946
Hunter Lab53.986213.3290-3.0257
CIE-Lab60.909518.5072-7.1696

#ae88a0 color RGB value is (174,136,160).

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

The process color (four color CMYK) of #ae88a0 color hex is 0.00, 0.22, 0.08, 0.32. Web safe color of #ae88a0 is #999999. Color #ae88a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 10100000
Octal 256 210 240
Decimal 174 136 160
Hex AE 88 A0

RGB Percentages of Color #ae88a0

%37.02
%28.94
%34.04

CMYK Percentages of Color #ae88a0

%0
%22
%8
%32

Triadic Colors of #ae88a0

#ae88a0 #a0ae88 #88a0ae

Analogous Colors of #ae88a0

#ae88a0 #ae888d #a988ae

Monochromatic Colors of #ae88a0

#ae88a0

Complementary Color

#ae88a0 #88ae96

#ae88a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae88a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae88a0 Color CSS Codes

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

#ae88a0 Text Font Color

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

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


#ae88a0 Background Color

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

This div background color is #ae88a0


#ae88a0 Border Color

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

This div border color is #ae88a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae88a0


Comments

No comments written yet.

Please login to write comment.