Color spaces of #ae115f
RGB | 174 | 17 | 95 |
---|---|---|---|
HSL | 0.92 | 0.82 | 0.37 |
HSV | 330° | 90° | 68° |
CMYK | 0.00 | 0.90 | 0.45 0.32 |
XYZ | 19.7216 | 10.2258 | 11.7608 |
Yxy | 10.2258 | 0.4728 | 0.2452 |
Hunter Lab | 31.9778 | 54.1247 | 0.5788 |
CIE-Lab | 38.2447 | 62.1955 | -1.7226 |
#ae115f color RGB value is (174,17,95).
#ae115f hex color red value is 174, green value is 17 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae115f hue: 0.92 , saturation: 0.82 and the lightness value of ae115f is 0.37.
The process color (four color CMYK) of #ae115f color hex is 0.00, 0.90, 0.45, 0.32. Web safe color of #ae115f is #990066. Color #ae115f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00010001 | 01011111 |
Octal | 256 | 21 | 137 |
Decimal | 174 | 17 | 95 |
Hex | AE | 11 | 5F |
Shades of #ae115f
Tints of #ae115f
RGB Percentages of Color #ae115f
CMYK Percentages of Color #ae115f
Complementary Color
#ae115f | #11ae60 |
#ae115f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae115f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae115f Color CSS Codes
.mybgcolor {background-color:#ae115f; } .myforecolor {color:#ae115f; } .mybordercolor {border:3px solid #ae115f; }
#ae115f Text Font Color
<p style="color:#ae115f">Text here</p>
This sample text font color is #ae115f
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.
#ae115f Background Color
<div style="background-color:#ae115f">
Div content here</div>
This div background color is #ae115f
#ae115f Border Color
<div style="border:3px solid #ae115f">
Div here</div>
This div border color is #ae115f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,17,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae115f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae115f; -webkit-box-shadow: 1px 1px 3px 2px #ae115f; box-shadow: 1px 1px 3px 2px #ae115f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,17,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae115f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae115f; -webkit-box-shadow: 1px 1px 3px 2px #ae115f; box-shadow: 1px 1px 3px 2px #ae115f;">
Div content here</div>
This div box has shadow with color #ae115f
Comments
No comments written yet.
Please login to write comment.