Color Hex Logo

#ae455c Color Hex

#AE455C
(174,69,92)
0 Favorites   0 Comments

Color spaces of #ae455c

RGB 1746992
HSL0.960.430.48
HSV347°60°68°
CMYK 0.000.600.47   0.32
XYZ21.515414.027611.6988
Yxy14.02760.45540.2969
Hunter Lab37.453436.99717.6978
CIE-Lab44.272544.92908.8378

#ae455c color RGB value is (174,69,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 01011100
Octal 256 105 134
Decimal 174 69 92
Hex AE 45 5C

RGB Percentages of Color #ae455c

%51.94
%20.60
%27.46

CMYK Percentages of Color #ae455c

%0
%60
%47
%32

Triadic Colors of #ae455c

#ae455c #5cae45 #455cae

Analogous Colors of #ae455c

#ae455c #ae6345 #ae4591

Monochromatic Colors of #ae455c

#ae455c

Complementary Color

#ae455c #45ae97

#ae455c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae455c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae455c Color CSS Codes

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

#ae455c Text Font Color

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

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


#ae455c Background Color

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

This div background color is #ae455c


#ae455c Border Color

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

This div border color is #ae455c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,69,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 #ae455c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae455c


Comments

No comments written yet.

Please login to write comment.