Color Hex Logo

#ae536d Color Hex

#AE536D
(174,83,109)
0 Favorites   0 Comments

Color spaces of #ae536d

RGB 17483109
HSL0.950.360.50
HSV343°52°68°
CMYK 0.000.520.37   0.32
XYZ23.309116.289316.3836
Yxy16.28930.41640.2910
Hunter Lab40.360032.45904.1840
CIE-Lab47.351839.89942.8505

#ae536d color RGB value is (174,83,109).

#ae536d hex color red value is 174, green value is 83 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ae536d hue: 0.95 , saturation: 0.36 and the lightness value of ae536d is 0.50.

The process color (four color CMYK) of #ae536d color hex is 0.00, 0.52, 0.37, 0.32. Web safe color of #ae536d is #996666. Color #ae536d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 01101101
Octal 256 123 155
Decimal 174 83 109
Hex AE 53 6D

RGB Percentages of Color #ae536d

%47.54
%22.68
%29.78

CMYK Percentages of Color #ae536d

%0
%52
%37
%32

Triadic Colors of #ae536d

#ae536d #6dae53 #536dae

Analogous Colors of #ae536d

#ae536d #ae6753 #ae539b

Monochromatic Colors of #ae536d

#ae536d

Complementary Color

#ae536d #53ae94

#ae536d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae536d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae536d Color CSS Codes

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

#ae536d Text Font Color

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

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


#ae536d Background Color

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

This div background color is #ae536d


#ae536d Border Color

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

This div border color is #ae536d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae536d


Comments

No comments written yet.

Please login to write comment.