Color Hex Logo

#ae112a Color Hex

#AE112A
(174,17,42)
0 Favorites   0 Comments

Color spaces of #ae112a

RGB 1741742
HSL0.970.820.37
HSV350°90°68°
CMYK 0.000.900.76   0.32
XYZ18.07399.56673.0845
Yxy9.56670.58820.3114
Hunter Lab30.930150.178315.7384
CIE-Lab37.053358.846430.5027

#ae112a color RGB value is (174,17,42).

#ae112a hex color red value is 174, green value is 17 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae112a hue: 0.97 , saturation: 0.82 and the lightness value of ae112a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 00101010
Octal 256 21 52
Decimal 174 17 42
Hex AE 11 2A

RGB Percentages of Color #ae112a

%74.68
%7.30
%18.03

CMYK Percentages of Color #ae112a

%0
%90
%76
%32

Triadic Colors of #ae112a

#ae112a #2aae11 #112aae

Analogous Colors of #ae112a

#ae112a #ae4711 #ae1179

Monochromatic Colors of #ae112a

#ae112a

Complementary Color

#ae112a #11ae95

#ae112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae112a Color CSS Codes

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

#ae112a Text Font Color

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

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


#ae112a Background Color

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

This div background color is #ae112a


#ae112a Border Color

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

This div border color is #ae112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae112a


Comments

No comments written yet.

Please login to write comment.