Color Hex Logo

#ae152c Color Hex

#AE152C
(174,21,44)
0 Favorites   0 Comments

Color spaces of #ae152c

RGB 1742144
HSL0.970.780.38
HSV351°88°68°
CMYK 0.000.880.75   0.32
XYZ18.17839.71693.3003
Yxy9.71690.58270.3115
Hunter Lab31.171949.543615.5431
CIE-Lab37.329558.208429.5890

#ae152c color RGB value is (174,21,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 00101100
Octal 256 25 54
Decimal 174 21 44
Hex AE 15 2C

RGB Percentages of Color #ae152c

%72.80
%8.79
%18.41

CMYK Percentages of Color #ae152c

%0
%88
%75
%32

Triadic Colors of #ae152c

#ae152c #2cae15 #152cae

Analogous Colors of #ae152c

#ae152c #ae4b15 #ae1579

Monochromatic Colors of #ae152c

#ae152c

Complementary Color

#ae152c #15ae97

#ae152c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae152c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae152c Color CSS Codes

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

#ae152c Text Font Color

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

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


#ae152c Background Color

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

This div background color is #ae152c


#ae152c Border Color

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

This div border color is #ae152c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae152c


Comments

No comments written yet.

Please login to write comment.