Color spaces of #ae112d
RGB | 174 | 17 | 45 |
---|---|---|---|
HSL | 0.97 | 0.82 | 0.37 |
HSV | 349° | 90° | 68° |
CMYK | 0.00 | 0.90 | 0.74 0.32 |
XYZ | 18.1297 | 9.5890 | 3.3780 |
Yxy | 9.5890 | 0.5830 | 0.3084 |
Hunter Lab | 30.9661 | 50.3155 | 15.2085 |
CIE-Lab | 37.0944 | 58.9645 | 28.6982 |
#ae112d color RGB value is (174,17,45).
#ae112d hex color red value is 174, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ae112d hue: 0.97 , saturation: 0.82 and the lightness value of ae112d is 0.37.
The process color (four color CMYK) of #ae112d color hex is 0.00, 0.90, 0.74, 0.32. Web safe color of #ae112d is #990033. Color #ae112d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00010001 | 00101101 |
Octal | 256 | 21 | 55 |
Decimal | 174 | 17 | 45 |
Hex | AE | 11 | 2D |
Shades of #ae112d
Tints of #ae112d
RGB Percentages of Color #ae112d
CMYK Percentages of Color #ae112d
Complementary Color
#ae112d | #11ae92 |
#ae112d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae112d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae112d Color CSS Codes
.mybgcolor {background-color:#ae112d; } .myforecolor {color:#ae112d; } .mybordercolor {border:3px solid #ae112d; }
#ae112d Text Font Color
<p style="color:#ae112d">Text here</p>
This sample text font color is #ae112d
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.
#ae112d Background Color
<div style="background-color:#ae112d">
Div content here</div>
This div background color is #ae112d
#ae112d Border Color
<div style="border:3px solid #ae112d">
Div here</div>
This div border color is #ae112d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,17,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae112d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae112d; -webkit-box-shadow: 1px 1px 3px 2px #ae112d; box-shadow: 1px 1px 3px 2px #ae112d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,17,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae112d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae112d; -webkit-box-shadow: 1px 1px 3px 2px #ae112d; box-shadow: 1px 1px 3px 2px #ae112d;">
Div content here</div>
This div box has shadow with color #ae112d
Comments
No comments written yet.
Please login to write comment.