Color spaces of #e584ed
RGB | 229 | 132 | 237 |
---|---|---|---|
HSL | 0.82 | 0.74 | 0.72 |
HSV | 295° | 44° | 93° |
CMYK | 0.03 | 0.44 | 0.00 0.07 |
XYZ | 55.8504 | 39.2750 | 84.7579 |
Yxy | 39.2750 | 0.3105 | 0.2183 |
Hunter Lab | 62.6698 | 49.4045 | -36.3181 |
CIE-Lab | 68.9500 | 52.6291 | -37.5142 |
#e584ed color RGB value is (229,132,237).
#e584ed hex color red value is 229, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e584ed hue: 0.82 , saturation: 0.74 and the lightness value of e584ed is 0.72.
The process color (four color CMYK) of #e584ed color hex is 0.03, 0.44, 0.00, 0.07. Web safe color of #e584ed is #cc99ff. Color #e584ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10000100 | 11101101 |
Octal | 345 | 204 | 355 |
Decimal | 229 | 132 | 237 |
Hex | E5 | 84 | ED |
Shades of #e584ed
Tints of #e584ed
RGB Percentages of Color #e584ed
CMYK Percentages of Color #e584ed
Complementary Color
#e584ed | #8ced84 |
#e584ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e584ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e584ed Color CSS Codes
.mybgcolor {background-color:#e584ed; } .myforecolor {color:#e584ed; } .mybordercolor {border:3px solid #e584ed; }
#e584ed Text Font Color
<p style="color:#e584ed">Text here</p>
This sample text font color is #e584ed
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.
#e584ed Background Color
<div style="background-color:#e584ed">
Div content here</div>
This div background color is #e584ed
#e584ed Border Color
<div style="border:3px solid #e584ed">
Div here</div>
This div border color is #e584ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,132,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e584ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e584ed; -webkit-box-shadow: 1px 1px 3px 2px #e584ed; box-shadow: 1px 1px 3px 2px #e584ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,132,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e584ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e584ed; -webkit-box-shadow: 1px 1px 3px 2px #e584ed; box-shadow: 1px 1px 3px 2px #e584ed;">
Div content here</div>
This div box has shadow with color #e584ed
Comments
No comments written yet.
Please login to write comment.