Color spaces of #e569cd
RGB | 229 | 105 | 205 |
---|---|---|---|
HSL | 0.87 | 0.70 | 0.65 |
HSV | 312° | 54° | 90° |
CMYK | 0.00 | 0.54 | 0.10 0.10 |
XYZ | 48.3841 | 31.1689 | 61.2237 |
Yxy | 31.1689 | 0.3437 | 0.2214 |
Hunter Lab | 55.8291 | 56.9954 | -25.9386 |
CIE-Lab | 62.6500 | 60.2230 | -29.4723 |
#e569cd color RGB value is (229,105,205).
#e569cd hex color red value is 229, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e569cd hue: 0.87 , saturation: 0.70 and the lightness value of e569cd is 0.65.
The process color (four color CMYK) of #e569cd color hex is 0.00, 0.54, 0.10, 0.10. Web safe color of #e569cd is #cc66cc. Color #e569cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01101001 | 11001101 |
Octal | 345 | 151 | 315 |
Decimal | 229 | 105 | 205 |
Hex | E5 | 69 | CD |
Shades of #e569cd
Tints of #e569cd
RGB Percentages of Color #e569cd
CMYK Percentages of Color #e569cd
Complementary Color
#e569cd | #69e581 |
#e569cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e569cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e569cd Color CSS Codes
.mybgcolor {background-color:#e569cd; } .myforecolor {color:#e569cd; } .mybordercolor {border:3px solid #e569cd; }
#e569cd Text Font Color
<p style="color:#e569cd">Text here</p>
This sample text font color is #e569cd
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.
#e569cd Background Color
<div style="background-color:#e569cd">
Div content here</div>
This div background color is #e569cd
#e569cd Border Color
<div style="border:3px solid #e569cd">
Div here</div>
This div border color is #e569cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,105,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e569cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e569cd; -webkit-box-shadow: 1px 1px 3px 2px #e569cd; box-shadow: 1px 1px 3px 2px #e569cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,105,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 #e569cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e569cd; -webkit-box-shadow: 1px 1px 3px 2px #e569cd; box-shadow: 1px 1px 3px 2px #e569cd;">
Div content here</div>
This div box has shadow with color #e569cd
Comments
No comments written yet.
Please login to write comment.