Color spaces of #ae658d
RGB | 174 | 101 | 141 |
---|---|---|---|
HSL | 0.91 | 0.31 | 0.54 |
HSV | 327° | 42° | 68° |
CMYK | 0.00 | 0.42 | 0.19 0.32 |
XYZ | 26.9170 | 20.2291 | 27.6852 |
Yxy | 20.2291 | 0.3597 | 0.2703 |
Hunter Lab | 44.9768 | 28.1166 | -5.0119 |
CIE-Lab | 52.0953 | 34.8327 | -9.2990 |
#ae658d color RGB value is (174,101,141).
#ae658d hex color red value is 174, green value is 101 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ae658d hue: 0.91 , saturation: 0.31 and the lightness value of ae658d is 0.54.
The process color (four color CMYK) of #ae658d color hex is 0.00, 0.42, 0.19, 0.32. Web safe color of #ae658d is #996699. Color #ae658d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01100101 | 10001101 |
Octal | 256 | 145 | 215 |
Decimal | 174 | 101 | 141 |
Hex | AE | 65 | 8D |
Shades of #ae658d
Tints of #ae658d
RGB Percentages of Color #ae658d
CMYK Percentages of Color #ae658d
Complementary Color
#ae658d | #65ae86 |
#ae658d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae658d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae658d Color CSS Codes
.mybgcolor {background-color:#ae658d; } .myforecolor {color:#ae658d; } .mybordercolor {border:3px solid #ae658d; }
#ae658d Text Font Color
<p style="color:#ae658d">Text here</p>
This sample text font color is #ae658d
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.
#ae658d Background Color
<div style="background-color:#ae658d">
Div content here</div>
This div background color is #ae658d
#ae658d Border Color
<div style="border:3px solid #ae658d">
Div here</div>
This div border color is #ae658d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,101,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae658d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae658d; -webkit-box-shadow: 1px 1px 3px 2px #ae658d; box-shadow: 1px 1px 3px 2px #ae658d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,101,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae658d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae658d; -webkit-box-shadow: 1px 1px 3px 2px #ae658d; box-shadow: 1px 1px 3px 2px #ae658d;">
Div content here</div>
This div box has shadow with color #ae658d
Comments
No comments written yet.
Please login to write comment.