Color spaces of #e559cd
RGB | 229 | 89 | 205 |
---|---|---|---|
HSL | 0.86 | 0.73 | 0.62 |
HSV | 310° | 61° | 90° |
CMYK | 0.00 | 0.61 | 0.10 0.10 |
XYZ | 46.9049 | 28.2105 | 60.7306 |
Yxy | 28.2105 | 0.3453 | 0.2077 |
Hunter Lab | 53.1136 | 64.6857 | -30.6133 |
CIE-Lab | 60.0784 | 67.1965 | -33.4616 |
#e559cd color RGB value is (229,89,205).
#e559cd hex color red value is 229, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e559cd hue: 0.86 , saturation: 0.73 and the lightness value of e559cd is 0.62.
The process color (four color CMYK) of #e559cd color hex is 0.00, 0.61, 0.10, 0.10. Web safe color of #e559cd is #cc66cc. Color #e559cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01011001 | 11001101 |
Octal | 345 | 131 | 315 |
Decimal | 229 | 89 | 205 |
Hex | E5 | 59 | CD |
Shades of #e559cd
Tints of #e559cd
RGB Percentages of Color #e559cd
CMYK Percentages of Color #e559cd
Complementary Color
#e559cd | #59e571 |
#e559cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e559cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e559cd Color CSS Codes
.mybgcolor {background-color:#e559cd; } .myforecolor {color:#e559cd; } .mybordercolor {border:3px solid #e559cd; }
#e559cd Text Font Color
<p style="color:#e559cd">Text here</p>
This sample text font color is #e559cd
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.
#e559cd Background Color
<div style="background-color:#e559cd">
Div content here</div>
This div background color is #e559cd
#e559cd Border Color
<div style="border:3px solid #e559cd">
Div here</div>
This div border color is #e559cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,89,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e559cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e559cd; -webkit-box-shadow: 1px 1px 3px 2px #e559cd; box-shadow: 1px 1px 3px 2px #e559cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,89,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e559cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e559cd; -webkit-box-shadow: 1px 1px 3px 2px #e559cd; box-shadow: 1px 1px 3px 2px #e559cd;">
Div content here</div>
This div box has shadow with color #e559cd
Comments
No comments written yet.
Please login to write comment.