Color spaces of #ae064d
RGB | 174 | 6 | 77 |
---|---|---|---|
HSL | 0.93 | 0.93 | 0.35 |
HSV | 335° | 97° | 68° |
CMYK | 0.00 | 0.97 | 0.56 0.32 |
XYZ | 18.8602 | 9.6647 | 7.8926 |
Yxy | 9.6647 | 0.5179 | 0.2654 |
Hunter Lab | 31.0881 | 53.8863 | 6.7092 |
CIE-Lab | 37.2338 | 62.1787 | 8.3919 |
#ae064d color RGB value is (174,6,77).
#ae064d hex color red value is 174, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae064d hue: 0.93 , saturation: 0.93 and the lightness value of ae064d is 0.35.
The process color (four color CMYK) of #ae064d color hex is 0.00, 0.97, 0.56, 0.32. Web safe color of #ae064d is #990066. Color #ae064d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00000110 | 01001101 |
Octal | 256 | 6 | 115 |
Decimal | 174 | 6 | 77 |
Hex | AE | 6 | 4D |
Shades of #ae064d
Tints of #ae064d
RGB Percentages of Color #ae064d
CMYK Percentages of Color #ae064d
Complementary Color
#ae064d | #06ae67 |
#ae064d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae064d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae064d Color CSS Codes
.mybgcolor {background-color:#ae064d; } .myforecolor {color:#ae064d; } .mybordercolor {border:3px solid #ae064d; }
#ae064d Text Font Color
<p style="color:#ae064d">Text here</p>
This sample text font color is #ae064d
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.
#ae064d Background Color
<div style="background-color:#ae064d">
Div content here</div>
This div background color is #ae064d
#ae064d Border Color
<div style="border:3px solid #ae064d">
Div here</div>
This div border color is #ae064d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,6,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae064d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae064d; -webkit-box-shadow: 1px 1px 3px 2px #ae064d; box-shadow: 1px 1px 3px 2px #ae064d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,6,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae064d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae064d; -webkit-box-shadow: 1px 1px 3px 2px #ae064d; box-shadow: 1px 1px 3px 2px #ae064d;">
Div content here</div>
This div box has shadow with color #ae064d
Comments
No comments written yet.
Please login to write comment.