Color spaces of #e300ff
RGB | 227 | 0 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.50 |
HSV | 293° | 100° | 100° |
CMYK | 0.11 | 1.00 | 0.00 0.00 |
XYZ | 49.7286 | 23.5509 | 96.5325 |
Yxy | 23.5509 | 0.2928 | 0.1387 |
Hunter Lab | 48.5293 | 97.9851 | -83.9668 |
CIE-Lab | 55.6353 | 94.1228 | -68.6235 |
#e300ff color RGB value is (227,0,255).
#e300ff hex color red value is 227, green value is 0 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e300ff hue: 0.82 , saturation: 1.00 and the lightness value of e300ff is 0.50.
The process color (four color CMYK) of #e300ff color hex is 0.11, 1.00, 0.00, 0.00. Web safe color of #e300ff is #cc00ff. Color #e300ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00000000 | 11111111 |
Octal | 343 | 0 | 377 |
Decimal | 227 | 0 | 255 |
Hex | E3 | 0 | FF |
Shades of #e300ff
Tints of #e300ff
RGB Percentages of Color #e300ff
CMYK Percentages of Color #e300ff
Complementary Color
#e300ff | #1cff00 |
#e300ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e300ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e300ff Color CSS Codes
.mybgcolor {background-color:#e300ff; } .myforecolor {color:#e300ff; } .mybordercolor {border:3px solid #e300ff; }
#e300ff Text Font Color
<p style="color:#e300ff">Text here</p>
This sample text font color is #e300ff
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.
#e300ff Background Color
<div style="background-color:#e300ff">
Div content here</div>
This div background color is #e300ff
#e300ff Border Color
<div style="border:3px solid #e300ff">
Div here</div>
This div border color is #e300ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,0,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e300ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e300ff; -webkit-box-shadow: 1px 1px 3px 2px #e300ff; box-shadow: 1px 1px 3px 2px #e300ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,0,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e300ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e300ff; -webkit-box-shadow: 1px 1px 3px 2px #e300ff; box-shadow: 1px 1px 3px 2px #e300ff;">
Div content here</div>
This div box has shadow with color #e300ff
#e300ff Color Palettes
Comments
No comments written yet.
Please login to write comment.