Color spaces of #e60edb
RGB | 230 | 14 | 219 |
---|---|---|---|
HSL | 0.84 | 0.89 | 0.48 |
HSV | 303° | 94° | 90° |
CMYK | 0.00 | 0.94 | 0.05 0.10 |
XYZ | 45.5763 | 22.2515 | 68.9107 |
Yxy | 22.2515 | 0.3333 | 0.1627 |
Hunter Lab | 47.1715 | 89.9136 | -53.5940 |
CIE-Lab | 54.2928 | 88.3680 | -50.5194 |
#e60edb color RGB value is (230,14,219).
#e60edb hex color red value is 230, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e60edb hue: 0.84 , saturation: 0.89 and the lightness value of e60edb is 0.48.
The process color (four color CMYK) of #e60edb color hex is 0.00, 0.94, 0.05, 0.10. Web safe color of #e60edb is #ff00cc. Color #e60edb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00001110 | 11011011 |
Octal | 346 | 16 | 333 |
Decimal | 230 | 14 | 219 |
Hex | E6 | E | DB |
Shades of #e60edb
Tints of #e60edb
RGB Percentages of Color #e60edb
CMYK Percentages of Color #e60edb
Complementary Color
#e60edb | #0ee619 |
#e60edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e60edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e60edb Color CSS Codes
.mybgcolor {background-color:#e60edb; } .myforecolor {color:#e60edb; } .mybordercolor {border:3px solid #e60edb; }
#e60edb Text Font Color
<p style="color:#e60edb">Text here</p>
This sample text font color is #e60edb
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.
#e60edb Background Color
<div style="background-color:#e60edb">
Div content here</div>
This div background color is #e60edb
#e60edb Border Color
<div style="border:3px solid #e60edb">
Div here</div>
This div border color is #e60edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,14,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e60edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e60edb; -webkit-box-shadow: 1px 1px 3px 2px #e60edb; box-shadow: 1px 1px 3px 2px #e60edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,14,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 #e60edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e60edb; -webkit-box-shadow: 1px 1px 3px 2px #e60edb; box-shadow: 1px 1px 3px 2px #e60edb;">
Div content here</div>
This div box has shadow with color #e60edb
Comments
No comments written yet.
Please login to write comment.