Color spaces of #e360fe
RGB | 227 | 96 | 254 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.69 |
HSV | 290° | 62° | 100° |
CMYK | 0.11 | 0.62 | 0.00 0.00 |
XYZ | 53.7508 | 31.8524 | 97.0811 |
Yxy | 31.8524 | 0.2942 | 0.1744 |
Hunter Lab | 56.4379 | 71.2349 | -62.4805 |
CIE-Lab | 63.2207 | 72.0092 | -55.9085 |
#e360fe color RGB value is (227,96,254).
#e360fe hex color red value is 227, green value is 96 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e360fe hue: 0.80 , saturation: 0.99 and the lightness value of e360fe is 0.69.
The process color (four color CMYK) of #e360fe color hex is 0.11, 0.62, 0.00, 0.00. Web safe color of #e360fe is #cc66ff. Color #e360fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01100000 | 11111110 |
Octal | 343 | 140 | 376 |
Decimal | 227 | 96 | 254 |
Hex | E3 | 60 | FE |
Shades of #e360fe
Tints of #e360fe
RGB Percentages of Color #e360fe
CMYK Percentages of Color #e360fe
Complementary Color
#e360fe | #7bfe60 |
#e360fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e360fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e360fe Color CSS Codes
.mybgcolor {background-color:#e360fe; } .myforecolor {color:#e360fe; } .mybordercolor {border:3px solid #e360fe; }
#e360fe Text Font Color
<p style="color:#e360fe">Text here</p>
This sample text font color is #e360fe
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.
#e360fe Background Color
<div style="background-color:#e360fe">
Div content here</div>
This div background color is #e360fe
#e360fe Border Color
<div style="border:3px solid #e360fe">
Div here</div>
This div border color is #e360fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,96,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e360fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e360fe; -webkit-box-shadow: 1px 1px 3px 2px #e360fe; box-shadow: 1px 1px 3px 2px #e360fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,96,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e360fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e360fe; -webkit-box-shadow: 1px 1px 3px 2px #e360fe; box-shadow: 1px 1px 3px 2px #e360fe;">
Div content here</div>
This div box has shadow with color #e360fe
Comments
No comments written yet.
Please login to write comment.