Color spaces of #e50fdb
RGB | 229 | 15 | 219 |
---|---|---|---|
HSL | 0.84 | 0.88 | 0.48 |
HSV | 303° | 93° | 90° |
CMYK | 0.00 | 0.93 | 0.04 0.10 |
XYZ | 45.2701 | 22.1141 | 68.9003 |
Yxy | 22.1141 | 0.3322 | 0.1623 |
Hunter Lab | 47.0256 | 89.5415 | -53.9517 |
CIE-Lab | 54.1479 | 88.1145 | -50.7607 |
#e50fdb color RGB value is (229,15,219).
#e50fdb hex color red value is 229, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e50fdb hue: 0.84 , saturation: 0.88 and the lightness value of e50fdb is 0.48.
The process color (four color CMYK) of #e50fdb color hex is 0.00, 0.93, 0.04, 0.10. Web safe color of #e50fdb is #cc00cc. Color #e50fdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00001111 | 11011011 |
Octal | 345 | 17 | 333 |
Decimal | 229 | 15 | 219 |
Hex | E5 | F | DB |
Shades of #e50fdb
Tints of #e50fdb
RGB Percentages of Color #e50fdb
CMYK Percentages of Color #e50fdb
Complementary Color
#e50fdb | #0fe519 |
#e50fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e50fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e50fdb Color CSS Codes
.mybgcolor {background-color:#e50fdb; } .myforecolor {color:#e50fdb; } .mybordercolor {border:3px solid #e50fdb; }
#e50fdb Text Font Color
<p style="color:#e50fdb">Text here</p>
This sample text font color is #e50fdb
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.
#e50fdb Background Color
<div style="background-color:#e50fdb">
Div content here</div>
This div background color is #e50fdb
#e50fdb Border Color
<div style="border:3px solid #e50fdb">
Div here</div>
This div border color is #e50fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,15,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e50fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e50fdb; -webkit-box-shadow: 1px 1px 3px 2px #e50fdb; box-shadow: 1px 1px 3px 2px #e50fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,15,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e50fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e50fdb; -webkit-box-shadow: 1px 1px 3px 2px #e50fdb; box-shadow: 1px 1px 3px 2px #e50fdb;">
Div content here</div>
This div box has shadow with color #e50fdb
Comments
No comments written yet.
Please login to write comment.