Color spaces of #e84ced
RGB | 232 | 76 | 237 |
---|---|---|---|
HSL | 0.83 | 0.82 | 0.61 |
HSV | 298° | 68° | 93° |
CMYK | 0.02 | 0.68 | 0.00 0.07 |
XYZ | 51.1492 | 28.4391 | 82.9142 |
Yxy | 28.4391 | 0.3148 | 0.1750 |
Hunter Lab | 53.3283 | 77.8815 | -54.8535 |
CIE-Lab | 60.2834 | 77.8886 | -51.1129 |
#e84ced color RGB value is (232,76,237).
#e84ced hex color red value is 232, green value is 76 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e84ced hue: 0.83 , saturation: 0.82 and the lightness value of e84ced is 0.61.
The process color (four color CMYK) of #e84ced color hex is 0.02, 0.68, 0.00, 0.07. Web safe color of #e84ced is #ff33ff. Color #e84ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01001100 | 11101101 |
Octal | 350 | 114 | 355 |
Decimal | 232 | 76 | 237 |
Hex | E8 | 4C | ED |
Shades of #e84ced
Tints of #e84ced
RGB Percentages of Color #e84ced
CMYK Percentages of Color #e84ced
Complementary Color
#e84ced | #51ed4c |
#e84ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e84ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#e84ced Color CSS Codes
.mybgcolor {background-color:#e84ced; } .myforecolor {color:#e84ced; } .mybordercolor {border:3px solid #e84ced; }
#e84ced Text Font Color
<p style="color:#e84ced">Text here</p>
This sample text font color is #e84ced
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.
#e84ced Background Color
<div style="background-color:#e84ced">
Div content here</div>
This div background color is #e84ced
#e84ced Border Color
<div style="border:3px solid #e84ced">
Div here</div>
This div border color is #e84ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,76,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e84ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e84ced; -webkit-box-shadow: 1px 1px 3px 2px #e84ced; box-shadow: 1px 1px 3px 2px #e84ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,76,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 #e84ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e84ced; -webkit-box-shadow: 1px 1px 3px 2px #e84ced; box-shadow: 1px 1px 3px 2px #e84ced;">
Div content here</div>
This div box has shadow with color #e84ced
Comments
No comments written yet.
Please login to write comment.