Color Hex Logo

#ae585f Color Hex

#AE585F
(174,88,95)
0 Favorites   0 Comments

Color spaces of #ae585f

RGB 1748895
HSL0.990.350.51
HSV355°49°68°
CMYK 0.000.490.45   0.32
XYZ23.010816.804312.8572
Yxy16.80430.43690.3190
Hunter Lab40.993028.460310.0992
CIE-Lab48.012535.710612.2461

#ae585f color RGB value is (174,88,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 01011111
Octal 256 130 137
Decimal 174 88 95
Hex AE 58 5F

RGB Percentages of Color #ae585f

%48.74
%24.65
%26.61

CMYK Percentages of Color #ae585f

%0
%49
%45
%32

Triadic Colors of #ae585f

#ae585f #5fae58 #585fae

Analogous Colors of #ae585f

#ae585f #ae7c58 #ae588a

Monochromatic Colors of #ae585f

#ae585f

Complementary Color

#ae585f #58aea7

#ae585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae585f Color CSS Codes

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

#ae585f Text Font Color

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

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


#ae585f Background Color

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

This div background color is #ae585f


#ae585f Border Color

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

This div border color is #ae585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae585f


Comments

No comments written yet.

Please login to write comment.