Color spaces of #e584cf
RGB | 229 | 132 | 207 |
---|---|---|---|
HSL | 0.87 | 0.65 | 0.71 |
HSV | 314° | 42° | 90° |
CMYK | 0.00 | 0.42 | 0.10 0.10 |
XYZ | 51.8268 | 37.6655 | 63.5701 |
Yxy | 37.6655 | 0.3386 | 0.2461 |
Hunter Lab | 61.3722 | 43.3359 | -18.4527 |
CIE-Lab | 67.7734 | 47.3922 | -22.7214 |
#e584cf color RGB value is (229,132,207).
#e584cf hex color red value is 229, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e584cf hue: 0.87 , saturation: 0.65 and the lightness value of e584cf is 0.71.
The process color (four color CMYK) of #e584cf color hex is 0.00, 0.42, 0.10, 0.10. Web safe color of #e584cf is #cc99cc. Color #e584cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10000100 | 11001111 |
Octal | 345 | 204 | 317 |
Decimal | 229 | 132 | 207 |
Hex | E5 | 84 | CF |
Shades of #e584cf
Tints of #e584cf
RGB Percentages of Color #e584cf
CMYK Percentages of Color #e584cf
Complementary Color
#e584cf | #84e59a |
#e584cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e584cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e584cf Color CSS Codes
.mybgcolor {background-color:#e584cf; } .myforecolor {color:#e584cf; } .mybordercolor {border:3px solid #e584cf; }
#e584cf Text Font Color
<p style="color:#e584cf">Text here</p>
This sample text font color is #e584cf
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.
#e584cf Background Color
<div style="background-color:#e584cf">
Div content here</div>
This div background color is #e584cf
#e584cf Border Color
<div style="border:3px solid #e584cf">
Div here</div>
This div border color is #e584cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,132,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e584cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e584cf; -webkit-box-shadow: 1px 1px 3px 2px #e584cf; box-shadow: 1px 1px 3px 2px #e584cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,132,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 #e584cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e584cf; -webkit-box-shadow: 1px 1px 3px 2px #e584cf; box-shadow: 1px 1px 3px 2px #e584cf;">
Div content here</div>
This div box has shadow with color #e584cf
Comments
No comments written yet.
Please login to write comment.