Color spaces of #e046db
RGB | 224 | 70 | 219 |
---|---|---|---|
HSL | 0.84 | 0.71 | 0.58 |
HSV | 302° | 69° | 88° |
CMYK | 0.00 | 0.69 | 0.02 0.12 |
XYZ | 45.7168 | 25.3421 | 69.4998 |
Yxy | 25.3421 | 0.3253 | 0.1803 |
Hunter Lab | 50.3409 | 74.0070 | -46.6161 |
CIE-Lab | 57.4072 | 75.3456 | -45.6377 |
#e046db color RGB value is (224,70,219).
#e046db hex color red value is 224, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e046db hue: 0.84 , saturation: 0.71 and the lightness value of e046db is 0.58.
The process color (four color CMYK) of #e046db color hex is 0.00, 0.69, 0.02, 0.12. Web safe color of #e046db is #cc33cc. Color #e046db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01000110 | 11011011 |
Octal | 340 | 106 | 333 |
Decimal | 224 | 70 | 219 |
Hex | E0 | 46 | DB |
Shades of #e046db
Tints of #e046db
RGB Percentages of Color #e046db
CMYK Percentages of Color #e046db
Complementary Color
#e046db | #46e04b |
#e046db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e046db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e046db Color CSS Codes
.mybgcolor {background-color:#e046db; } .myforecolor {color:#e046db; } .mybordercolor {border:3px solid #e046db; }
#e046db Text Font Color
<p style="color:#e046db">Text here</p>
This sample text font color is #e046db
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.
#e046db Background Color
<div style="background-color:#e046db">
Div content here</div>
This div background color is #e046db
#e046db Border Color
<div style="border:3px solid #e046db">
Div here</div>
This div border color is #e046db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,70,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e046db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e046db; -webkit-box-shadow: 1px 1px 3px 2px #e046db; box-shadow: 1px 1px 3px 2px #e046db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,70,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 #e046db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e046db; -webkit-box-shadow: 1px 1px 3px 2px #e046db; box-shadow: 1px 1px 3px 2px #e046db;">
Div content here</div>
This div box has shadow with color #e046db
Comments
No comments written yet.
Please login to write comment.