Color spaces of #e310df
RGB | 227 | 16 | 223 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.48 |
HSV | 301° | 93° | 89° |
CMYK | 0.00 | 0.93 | 0.02 0.11 |
XYZ | 45.1831 | 22.0292 | 71.6827 |
Yxy | 22.0292 | 0.3253 | 0.1586 |
Hunter Lab | 46.9353 | 89.6996 | -57.6970 |
CIE-Lab | 54.0580 | 88.2517 | -53.1966 |
#e310df color RGB value is (227,16,223).
#e310df hex color red value is 227, green value is 16 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e310df hue: 0.84 , saturation: 0.87 and the lightness value of e310df is 0.48.
The process color (four color CMYK) of #e310df color hex is 0.00, 0.93, 0.02, 0.11. Web safe color of #e310df is #cc00cc. Color #e310df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00010000 | 11011111 |
Octal | 343 | 20 | 337 |
Decimal | 227 | 16 | 223 |
Hex | E3 | 10 | DF |
Shades of #e310df
Tints of #e310df
RGB Percentages of Color #e310df
CMYK Percentages of Color #e310df
Complementary Color
#e310df | #10e314 |
#e310df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e310df Color Preview on White Background
Lorem ipsum dolor sit amet.
#e310df Color CSS Codes
.mybgcolor {background-color:#e310df; } .myforecolor {color:#e310df; } .mybordercolor {border:3px solid #e310df; }
#e310df Text Font Color
<p style="color:#e310df">Text here</p>
This sample text font color is #e310df
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.
#e310df Background Color
<div style="background-color:#e310df">
Div content here</div>
This div background color is #e310df
#e310df Border Color
<div style="border:3px solid #e310df">
Div here</div>
This div border color is #e310df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,16,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e310df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e310df; -webkit-box-shadow: 1px 1px 3px 2px #e310df; box-shadow: 1px 1px 3px 2px #e310df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,16,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e310df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e310df; -webkit-box-shadow: 1px 1px 3px 2px #e310df; box-shadow: 1px 1px 3px 2px #e310df;">
Div content here</div>
This div box has shadow with color #e310df
Comments
No comments written yet.
Please login to write comment.