Color spaces of #e30fdd
RGB | 227 | 15 | 221 |
---|---|---|---|
HSL | 0.84 | 0.88 | 0.47 |
HSV | 302° | 93° | 89° |
CMYK | 0.00 | 0.93 | 0.03 0.11 |
XYZ | 44.9005 | 21.8930 | 70.2659 |
Yxy | 21.8930 | 0.3276 | 0.1597 |
Hunter Lab | 46.7900 | 89.4095 | -56.2846 |
CIE-Lab | 53.9133 | 88.0600 | -52.2921 |
#e30fdd color RGB value is (227,15,221).
#e30fdd hex color red value is 227, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e30fdd hue: 0.84 , saturation: 0.88 and the lightness value of e30fdd is 0.47.
The process color (four color CMYK) of #e30fdd color hex is 0.00, 0.93, 0.03, 0.11. Web safe color of #e30fdd is #cc00cc. Color #e30fdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00001111 | 11011101 |
Octal | 343 | 17 | 335 |
Decimal | 227 | 15 | 221 |
Hex | E3 | F | DD |
Shades of #e30fdd
Tints of #e30fdd
RGB Percentages of Color #e30fdd
CMYK Percentages of Color #e30fdd
Complementary Color
#e30fdd | #0fe315 |
#e30fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e30fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e30fdd Color CSS Codes
.mybgcolor {background-color:#e30fdd; } .myforecolor {color:#e30fdd; } .mybordercolor {border:3px solid #e30fdd; }
#e30fdd Text Font Color
<p style="color:#e30fdd">Text here</p>
This sample text font color is #e30fdd
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.
#e30fdd Background Color
<div style="background-color:#e30fdd">
Div content here</div>
This div background color is #e30fdd
#e30fdd Border Color
<div style="border:3px solid #e30fdd">
Div here</div>
This div border color is #e30fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,15,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e30fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e30fdd; -webkit-box-shadow: 1px 1px 3px 2px #e30fdd; box-shadow: 1px 1px 3px 2px #e30fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,15,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e30fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e30fdd; -webkit-box-shadow: 1px 1px 3px 2px #e30fdd; box-shadow: 1px 1px 3px 2px #e30fdd;">
Div content here</div>
This div box has shadow with color #e30fdd
Comments
No comments written yet.
Please login to write comment.