Color Hex Logo

#ae042c Color Hex

#AE042C
(174,4,44)
0 Favorites   0 Comments

Color spaces of #ae042c

RGB 174444
HSL0.960.960.35
HSV346°98°68°
CMYK 0.000.980.75   0.32
XYZ17.95369.26743.2254
Yxy9.26740.58970.3044
Hunter Lab30.442451.997315.0279
CIE-Lab36.494160.617228.6241

#ae042c color RGB value is (174,4,44).

#ae042c hex color red value is 174, green value is 4 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae042c hue: 0.96 , saturation: 0.96 and the lightness value of ae042c is 0.35.

The process color (four color CMYK) of #ae042c color hex is 0.00, 0.98, 0.75, 0.32. Web safe color of #ae042c is #990033. Color #ae042c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000100 00101100
Octal 256 4 54
Decimal 174 4 44
Hex AE 4 2C

RGB Percentages of Color #ae042c

%78.38
%1.80
%19.82

CMYK Percentages of Color #ae042c

%0
%98
%75
%32

Triadic Colors of #ae042c

#ae042c #2cae04 #042cae

Analogous Colors of #ae042c

#ae042c #ae3104 #ae0481

Monochromatic Colors of #ae042c

#ae042c

Complementary Color

#ae042c #04ae86

#ae042c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae042c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae042c Color CSS Codes

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

#ae042c Text Font Color

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

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


#ae042c Background Color

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

This div background color is #ae042c


#ae042c Border Color

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

This div border color is #ae042c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae042c


Comments

No comments written yet.

Please login to write comment.