Color spaces of #ae758f
RGB | 174 | 117 | 143 |
---|---|---|---|
HSL | 0.92 | 0.26 | 0.57 |
HSV | 333° | 33° | 68° |
CMYK | 0.00 | 0.33 | 0.18 0.32 |
XYZ | 28.7748 | 23.7044 | 29.0454 |
Yxy | 23.7044 | 0.3530 | 0.2908 |
Hunter Lab | 48.6872 | 20.2935 | -1.2897 |
CIE-Lab | 55.7906 | 26.2912 | -4.9697 |
#ae758f color RGB value is (174,117,143).
#ae758f hex color red value is 174, green value is 117 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ae758f hue: 0.92 , saturation: 0.26 and the lightness value of ae758f is 0.57.
The process color (four color CMYK) of #ae758f color hex is 0.00, 0.33, 0.18, 0.32. Web safe color of #ae758f is #996699. Color #ae758f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01110101 | 10001111 |
Octal | 256 | 165 | 217 |
Decimal | 174 | 117 | 143 |
Hex | AE | 75 | 8F |
Shades of #ae758f
Tints of #ae758f
RGB Percentages of Color #ae758f
CMYK Percentages of Color #ae758f
Complementary Color
#ae758f | #75ae94 |
#ae758f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae758f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae758f Color CSS Codes
.mybgcolor {background-color:#ae758f; } .myforecolor {color:#ae758f; } .mybordercolor {border:3px solid #ae758f; }
#ae758f Text Font Color
<p style="color:#ae758f">Text here</p>
This sample text font color is #ae758f
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.
#ae758f Background Color
<div style="background-color:#ae758f">
Div content here</div>
This div background color is #ae758f
#ae758f Border Color
<div style="border:3px solid #ae758f">
Div here</div>
This div border color is #ae758f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,117,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae758f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae758f; -webkit-box-shadow: 1px 1px 3px 2px #ae758f; box-shadow: 1px 1px 3px 2px #ae758f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,117,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 #ae758f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae758f; -webkit-box-shadow: 1px 1px 3px 2px #ae758f; box-shadow: 1px 1px 3px 2px #ae758f;">
Div content here</div>
This div box has shadow with color #ae758f
Comments
No comments written yet.
Please login to write comment.