Color spaces of #ae789f
RGB | 174 | 120 | 159 |
---|---|---|---|
HSL | 0.88 | 0.25 | 0.58 |
HSV | 317° | 31° | 68° |
CMYK | 0.00 | 0.31 | 0.09 0.32 |
XYZ | 30.4300 | 24.9348 | 36.0100 |
Yxy | 24.9348 | 0.3330 | 0.2729 |
Hunter Lab | 49.9348 | 21.3912 | -7.8021 |
CIE-Lab | 57.0118 | 27.3451 | -12.4267 |
#ae789f color RGB value is (174,120,159).
#ae789f hex color red value is 174, green value is 120 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ae789f hue: 0.88 , saturation: 0.25 and the lightness value of ae789f is 0.58.
The process color (four color CMYK) of #ae789f color hex is 0.00, 0.31, 0.09, 0.32. Web safe color of #ae789f is #996699. Color #ae789f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01111000 | 10011111 |
Octal | 256 | 170 | 237 |
Decimal | 174 | 120 | 159 |
Hex | AE | 78 | 9F |
Shades of #ae789f
Tints of #ae789f
RGB Percentages of Color #ae789f
CMYK Percentages of Color #ae789f
Complementary Color
#ae789f | #78ae87 |
#ae789f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae789f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae789f Color CSS Codes
.mybgcolor {background-color:#ae789f; } .myforecolor {color:#ae789f; } .mybordercolor {border:3px solid #ae789f; }
#ae789f Text Font Color
<p style="color:#ae789f">Text here</p>
This sample text font color is #ae789f
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.
#ae789f Background Color
<div style="background-color:#ae789f">
Div content here</div>
This div background color is #ae789f
#ae789f Border Color
<div style="border:3px solid #ae789f">
Div here</div>
This div border color is #ae789f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,120,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae789f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae789f; -webkit-box-shadow: 1px 1px 3px 2px #ae789f; box-shadow: 1px 1px 3px 2px #ae789f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,120,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae789f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae789f; -webkit-box-shadow: 1px 1px 3px 2px #ae789f; box-shadow: 1px 1px 3px 2px #ae789f;">
Div content here</div>
This div box has shadow with color #ae789f
Comments
No comments written yet.
Please login to write comment.