Color Hex Logo

#ae041c Color Hex

#AE041C
(174,4,28)
0 Favorites   0 Comments

Color spaces of #ae041c

RGB 174428
HSL0.980.960.35
HSV352°98°68°
CMYK 0.000.980.84   0.32
XYZ17.70869.16931.9351
Yxy9.16930.61460.3182
Hunter Lab30.280951.397417.4077
CIE-Lab36.308260.107437.9937

#ae041c color RGB value is (174,4,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000100 00011100
Octal 256 4 34
Decimal 174 4 28
Hex AE 4 1C

RGB Percentages of Color #ae041c

%84.47
%1.94
%13.59

CMYK Percentages of Color #ae041c

%0
%98
%84
%32

Triadic Colors of #ae041c

#ae041c #1cae04 #041cae

Analogous Colors of #ae041c

#ae041c #ae4104 #ae0471

Monochromatic Colors of #ae041c

#ae041c

Complementary Color

#ae041c #04ae96

#ae041c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae041c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae041c Color CSS Codes

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

#ae041c Text Font Color

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

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


#ae041c Background Color

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

This div background color is #ae041c


#ae041c Border Color

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

This div border color is #ae041c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae041c


Comments

No comments written yet.

Please login to write comment.