Color Hex Logo

#ae585c Color Hex

#AE585C
(174,88,92)
0 Favorites   0 Comments

Color spaces of #ae585c

RGB 1748892
HSL0.990.350.51
HSV357°49°68°
CMYK 0.000.490.47   0.32
XYZ22.877016.750812.1527
Yxy16.75080.44180.3235
Hunter Lab40.927728.150911.0444
CIE-Lab47.944535.398513.9548

#ae585c color RGB value is (174,88,92).

#ae585c hex color red value is 174, green value is 88 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ae585c hue: 0.99 , saturation: 0.35 and the lightness value of ae585c is 0.51.

The process color (four color CMYK) of #ae585c color hex is 0.00, 0.49, 0.47, 0.32. Web safe color of #ae585c is #996666. Color #ae585c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 01011100
Octal 256 130 134
Decimal 174 88 92
Hex AE 58 5C

RGB Percentages of Color #ae585c

%49.15
%24.86
%25.99

CMYK Percentages of Color #ae585c

%0
%49
%47
%32

Triadic Colors of #ae585c

#ae585c #5cae58 #585cae

Analogous Colors of #ae585c

#ae585c #ae7f58 #ae5887

Monochromatic Colors of #ae585c

#ae585c

Complementary Color

#ae585c #58aeaa

#ae585c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae585c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae585c Color CSS Codes

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

#ae585c Text Font Color

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

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


#ae585c Background Color

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

This div background color is #ae585c


#ae585c Border Color

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

This div border color is #ae585c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae585c


Comments

No comments written yet.

Please login to write comment.