Color Hex Logo

#ae395c Color Hex

#AE395C
(174,57,92)
0 Favorites   0 Comments

Color spaces of #ae395c

RGB 1745792
HSL0.950.510.45
HSV342°67°68°
CMYK 0.000.670.47   0.32
XYZ20.850512.697611.4772
Yxy12.69760.46310.2820
Hunter Lab35.633742.08755.8470
CIE-Lab42.304050.24196.0481

#ae395c color RGB value is (174,57,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 01011100
Octal 256 71 134
Decimal 174 57 92
Hex AE 39 5C

RGB Percentages of Color #ae395c

%53.87
%17.65
%28.48

CMYK Percentages of Color #ae395c

%0
%67
%47
%32

Triadic Colors of #ae395c

#ae395c #5cae39 #395cae

Analogous Colors of #ae395c

#ae395c #ae5139 #ae3997

Monochromatic Colors of #ae395c

#ae395c

Complementary Color

#ae395c #39ae8b

#ae395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae395c Color CSS Codes

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

#ae395c Text Font Color

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

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


#ae395c Background Color

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

This div background color is #ae395c


#ae395c Border Color

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

This div border color is #ae395c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae395c


Comments

No comments written yet.

Please login to write comment.