Color spaces of #e047db
RGB | 224 | 71 | 219 |
---|---|---|---|
HSL | 0.84 | 0.71 | 0.58 |
HSV | 302° | 68° | 88° |
CMYK | 0.00 | 0.68 | 0.02 0.12 |
XYZ | 45.7799 | 25.4682 | 69.5208 |
Yxy | 25.4682 | 0.3252 | 0.1809 |
Hunter Lab | 50.4660 | 73.6095 | -46.3503 |
CIE-Lab | 57.5288 | 75.0019 | -45.4454 |
#e047db color RGB value is (224,71,219).
#e047db hex color red value is 224, green value is 71 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e047db hue: 0.84 , saturation: 0.71 and the lightness value of e047db is 0.58.
The process color (four color CMYK) of #e047db color hex is 0.00, 0.68, 0.02, 0.12. Web safe color of #e047db is #cc33cc. Color #e047db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01000111 | 11011011 |
Octal | 340 | 107 | 333 |
Decimal | 224 | 71 | 219 |
Hex | E0 | 47 | DB |
Shades of #e047db
Tints of #e047db
RGB Percentages of Color #e047db
CMYK Percentages of Color #e047db
Complementary Color
#e047db | #47e04c |
#e047db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e047db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e047db Color CSS Codes
.mybgcolor {background-color:#e047db; } .myforecolor {color:#e047db; } .mybordercolor {border:3px solid #e047db; }
#e047db Text Font Color
<p style="color:#e047db">Text here</p>
This sample text font color is #e047db
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.
#e047db Background Color
<div style="background-color:#e047db">
Div content here</div>
This div background color is #e047db
#e047db Border Color
<div style="border:3px solid #e047db">
Div here</div>
This div border color is #e047db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,71,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e047db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e047db; -webkit-box-shadow: 1px 1px 3px 2px #e047db; box-shadow: 1px 1px 3px 2px #e047db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,71,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 #e047db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e047db; -webkit-box-shadow: 1px 1px 3px 2px #e047db; box-shadow: 1px 1px 3px 2px #e047db;">
Div content here</div>
This div box has shadow with color #e047db
#e047db Color Palettes
Comments
No comments written yet.
Please login to write comment.