Color spaces of #ae568f
RGB | 174 | 86 | 143 |
---|---|---|---|
HSL | 0.89 | 0.35 | 0.51 |
HSV | 321° | 51° | 68° |
CMYK | 0.00 | 0.51 | 0.18 0.32 |
XYZ | 25.7413 | 17.6374 | 28.0342 |
Yxy | 17.6374 | 0.3605 | 0.2470 |
Hunter Lab | 41.9969 | 35.9140 | -10.1800 |
CIE-Lab | 49.0533 | 43.0926 | -15.0739 |
#ae568f color RGB value is (174,86,143).
#ae568f hex color red value is 174, green value is 86 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ae568f hue: 0.89 , saturation: 0.35 and the lightness value of ae568f is 0.51.
The process color (four color CMYK) of #ae568f color hex is 0.00, 0.51, 0.18, 0.32. Web safe color of #ae568f is #996699. Color #ae568f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01010110 | 10001111 |
Octal | 256 | 126 | 217 |
Decimal | 174 | 86 | 143 |
Hex | AE | 56 | 8F |
Shades of #ae568f
Tints of #ae568f
RGB Percentages of Color #ae568f
CMYK Percentages of Color #ae568f
Complementary Color
#ae568f | #56ae75 |
#ae568f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae568f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae568f Color CSS Codes
.mybgcolor {background-color:#ae568f; } .myforecolor {color:#ae568f; } .mybordercolor {border:3px solid #ae568f; }
#ae568f Text Font Color
<p style="color:#ae568f">Text here</p>
This sample text font color is #ae568f
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.
#ae568f Background Color
<div style="background-color:#ae568f">
Div content here</div>
This div background color is #ae568f
#ae568f Border Color
<div style="border:3px solid #ae568f">
Div here</div>
This div border color is #ae568f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,86,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae568f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae568f; -webkit-box-shadow: 1px 1px 3px 2px #ae568f; box-shadow: 1px 1px 3px 2px #ae568f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,86,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae568f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae568f; -webkit-box-shadow: 1px 1px 3px 2px #ae568f; box-shadow: 1px 1px 3px 2px #ae568f;">
Div content here</div>
This div box has shadow with color #ae568f
Comments
No comments written yet.
Please login to write comment.