Color Hex Logo

#ae122c Color Hex

#AE122C
(174,18,44)
0 Favorites   0 Comments

Color spaces of #ae122c

RGB 1741844
HSL0.970.810.38
HSV350°90°68°
CMYK 0.000.900.75   0.32
XYZ18.12659.61313.2830
Yxy9.61310.58430.3099
Hunter Lab31.005050.098015.4255
CIE-Lab37.138958.756029.3696

#ae122c color RGB value is (174,18,44).

#ae122c hex color red value is 174, green value is 18 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae122c hue: 0.97 , saturation: 0.81 and the lightness value of ae122c is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 00101100
Octal 256 22 54
Decimal 174 18 44
Hex AE 12 2C

RGB Percentages of Color #ae122c

%73.73
%7.63
%18.64

CMYK Percentages of Color #ae122c

%0
%90
%75
%32

Triadic Colors of #ae122c

#ae122c #2cae12 #122cae

Analogous Colors of #ae122c

#ae122c #ae4612 #ae127a

Monochromatic Colors of #ae122c

#ae122c

Complementary Color

#ae122c #12ae94

#ae122c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae122c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae122c Color CSS Codes

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

#ae122c Text Font Color

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

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


#ae122c Background Color

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

This div background color is #ae122c


#ae122c Border Color

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

This div border color is #ae122c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae122c


Comments

No comments written yet.

Please login to write comment.