Color Hex Logo

#ae455e Color Hex

#AE455E
(174,69,94)
0 Favorites   0 Comments

Color spaces of #ae455e

RGB 1746994
HSL0.960.430.48
HSV346°60°68°
CMYK 0.000.600.46   0.32
XYZ21.604114.063112.1655
Yxy14.06310.45170.2940
Hunter Lab37.500837.20697.0165
CIE-Lab44.323345.12827.6775

#ae455e color RGB value is (174,69,94).

#ae455e hex color red value is 174, green value is 69 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae455e hue: 0.96 , saturation: 0.43 and the lightness value of ae455e is 0.48.

The process color (four color CMYK) of #ae455e color hex is 0.00, 0.60, 0.46, 0.32. Web safe color of #ae455e is #993366. Color #ae455e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 01011110
Octal 256 105 136
Decimal 174 69 94
Hex AE 45 5E

RGB Percentages of Color #ae455e

%51.63
%20.47
%27.89

CMYK Percentages of Color #ae455e

%0
%60
%46
%32

Triadic Colors of #ae455e

#ae455e #5eae45 #455eae

Analogous Colors of #ae455e

#ae455e #ae6145 #ae4593

Monochromatic Colors of #ae455e

#ae455e

Complementary Color

#ae455e #45ae95

#ae455e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae455e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae455e Color CSS Codes

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

#ae455e Text Font Color

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

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


#ae455e Background Color

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

This div background color is #ae455e


#ae455e Border Color

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

This div border color is #ae455e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae455e


Comments

No comments written yet.

Please login to write comment.