Color spaces of #e17cae
RGB | 225 | 124 | 174 |
---|---|---|---|
HSL | 0.92 | 0.63 | 0.68 |
HSV | 330° | 45° | 88° |
CMYK | 0.00 | 0.45 | 0.23 0.12 |
XYZ | 45.8990 | 33.4788 | 44.0873 |
Yxy | 33.4788 | 0.3718 | 0.2712 |
Hunter Lab | 57.8609 | 40.3413 | -4.6736 |
CIE-Lab | 64.5467 | 45.0917 | -9.0875 |
#e17cae color RGB value is (225,124,174).
#e17cae hex color red value is 225, green value is 124 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e17cae hue: 0.92 , saturation: 0.63 and the lightness value of e17cae is 0.68.
The process color (four color CMYK) of #e17cae color hex is 0.00, 0.45, 0.23, 0.12. Web safe color of #e17cae is #cc6699. Color #e17cae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01111100 | 10101110 |
Octal | 341 | 174 | 256 |
Decimal | 225 | 124 | 174 |
Hex | E1 | 7C | AE |
Shades of #e17cae
Tints of #e17cae
RGB Percentages of Color #e17cae
CMYK Percentages of Color #e17cae
Complementary Color
#e17cae | #7ce1af |
#e17cae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e17cae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e17cae Color CSS Codes
.mybgcolor {background-color:#e17cae; } .myforecolor {color:#e17cae; } .mybordercolor {border:3px solid #e17cae; }
#e17cae Text Font Color
<p style="color:#e17cae">Text here</p>
This sample text font color is #e17cae
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.
#e17cae Background Color
<div style="background-color:#e17cae">
Div content here</div>
This div background color is #e17cae
#e17cae Border Color
<div style="border:3px solid #e17cae">
Div here</div>
This div border color is #e17cae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,124,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e17cae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e17cae; -webkit-box-shadow: 1px 1px 3px 2px #e17cae; box-shadow: 1px 1px 3px 2px #e17cae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,124,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e17cae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e17cae; -webkit-box-shadow: 1px 1px 3px 2px #e17cae; box-shadow: 1px 1px 3px 2px #e17cae;">
Div content here</div>
This div box has shadow with color #e17cae
Comments
No comments written yet.
Please login to write comment.