Color spaces of #e472db
RGB | 228 | 114 | 219 |
---|---|---|---|
HSL | 0.85 | 0.68 | 0.67 |
HSV | 305° | 50° | 89° |
CMYK | 0.00 | 0.50 | 0.04 0.11 |
XYZ | 50.7984 | 33.6431 | 70.8342 |
Yxy | 33.6431 | 0.3271 | 0.2167 |
Hunter Lab | 58.0027 | 54.8246 | -31.8044 |
CIE-Lab | 64.6783 | 58.0131 | -34.1965 |
#e472db color RGB value is (228,114,219).
#e472db hex color red value is 228, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e472db hue: 0.85 , saturation: 0.68 and the lightness value of e472db is 0.67.
The process color (four color CMYK) of #e472db color hex is 0.00, 0.50, 0.04, 0.11. Web safe color of #e472db is #cc66cc. Color #e472db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01110010 | 11011011 |
Octal | 344 | 162 | 333 |
Decimal | 228 | 114 | 219 |
Hex | E4 | 72 | DB |
Shades of #e472db
Tints of #e472db
RGB Percentages of Color #e472db
CMYK Percentages of Color #e472db
Complementary Color
#e472db | #72e47b |
#e472db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e472db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e472db Color CSS Codes
.mybgcolor {background-color:#e472db; } .myforecolor {color:#e472db; } .mybordercolor {border:3px solid #e472db; }
#e472db Text Font Color
<p style="color:#e472db">Text here</p>
This sample text font color is #e472db
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.
#e472db Background Color
<div style="background-color:#e472db">
Div content here</div>
This div background color is #e472db
#e472db Border Color
<div style="border:3px solid #e472db">
Div here</div>
This div border color is #e472db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,114,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e472db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e472db; -webkit-box-shadow: 1px 1px 3px 2px #e472db; box-shadow: 1px 1px 3px 2px #e472db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,114,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 #e472db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e472db; -webkit-box-shadow: 1px 1px 3px 2px #e472db; box-shadow: 1px 1px 3px 2px #e472db;">
Div content here</div>
This div box has shadow with color #e472db
Comments
No comments written yet.
Please login to write comment.