Color spaces of #e573cf
RGB | 229 | 115 | 207 |
---|---|---|---|
HSL | 0.87 | 0.69 | 0.67 |
HSV | 312° | 50° | 90° |
CMYK | 0.00 | 0.50 | 0.10 0.10 |
XYZ | 49.7063 | 33.4245 | 62.8632 |
Yxy | 33.4245 | 0.3405 | 0.2289 |
Hunter Lab | 57.8139 | 52.2934 | -23.9984 |
CIE-Lab | 64.5032 | 55.8390 | -27.7377 |
#e573cf color RGB value is (229,115,207).
#e573cf hex color red value is 229, green value is 115 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e573cf hue: 0.87 , saturation: 0.69 and the lightness value of e573cf is 0.67.
The process color (four color CMYK) of #e573cf color hex is 0.00, 0.50, 0.10, 0.10. Web safe color of #e573cf is #cc66cc. Color #e573cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01110011 | 11001111 |
Octal | 345 | 163 | 317 |
Decimal | 229 | 115 | 207 |
Hex | E5 | 73 | CF |
Shades of #e573cf
Tints of #e573cf
RGB Percentages of Color #e573cf
CMYK Percentages of Color #e573cf
Complementary Color
#e573cf | #73e589 |
#e573cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e573cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e573cf Color CSS Codes
.mybgcolor {background-color:#e573cf; } .myforecolor {color:#e573cf; } .mybordercolor {border:3px solid #e573cf; }
#e573cf Text Font Color
<p style="color:#e573cf">Text here</p>
This sample text font color is #e573cf
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.
#e573cf Background Color
<div style="background-color:#e573cf">
Div content here</div>
This div background color is #e573cf
#e573cf Border Color
<div style="border:3px solid #e573cf">
Div here</div>
This div border color is #e573cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,115,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e573cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e573cf; -webkit-box-shadow: 1px 1px 3px 2px #e573cf; box-shadow: 1px 1px 3px 2px #e573cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,115,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e573cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e573cf; -webkit-box-shadow: 1px 1px 3px 2px #e573cf; box-shadow: 1px 1px 3px 2px #e573cf;">
Div content here</div>
This div box has shadow with color #e573cf
Comments
No comments written yet.
Please login to write comment.