Color Hex Logo

#ae8387 Color Hex

#AE8387
(174,131,135)
0 Favorites   0 Comments

Color spaces of #ae8387

RGB 174131135
HSL0.980.210.60
HSV354°25°68°
CMYK 0.000.250.22   0.32
XYZ29.945026.980526.5512
Yxy26.98050.35870.3232
Hunter Lab51.942812.00546.0531
CIE-Lab58.956317.13694.2844

#ae8387 color RGB value is (174,131,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 10000111
Octal 256 203 207
Decimal 174 131 135
Hex AE 83 87

RGB Percentages of Color #ae8387

%39.55
%29.77
%30.68

CMYK Percentages of Color #ae8387

%0
%25
%22
%32

Triadic Colors of #ae8387

#ae8387 #87ae83 #8387ae

Analogous Colors of #ae8387

#ae8387 #ae9583 #ae839d

Monochromatic Colors of #ae8387

#ae8387

Complementary Color

#ae8387 #83aeaa

#ae8387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8387 Color CSS Codes

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

#ae8387 Text Font Color

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

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


#ae8387 Background Color

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

This div background color is #ae8387


#ae8387 Border Color

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

This div border color is #ae8387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8387

#ae8387 Color Palettes


Comments

No comments written yet.

Please login to write comment.