Color spaces of #e119df
RGB | 225 | 25 | 223 |
---|---|---|---|
HSL | 0.84 | 0.80 | 0.49 |
HSV | 301° | 89° | 88° |
CMYK | 0.00 | 0.89 | 0.01 0.12 |
XYZ | 44.7183 | 22.0305 | 71.7074 |
Yxy | 22.0305 | 0.3230 | 0.1591 |
Hunter Lab | 46.9367 | 87.9244 | -57.7245 |
CIE-Lab | 54.0594 | 86.9030 | -53.2142 |
#e119df color RGB value is (225,25,223).
#e119df hex color red value is 225, green value is 25 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e119df hue: 0.84 , saturation: 0.80 and the lightness value of e119df is 0.49.
The process color (four color CMYK) of #e119df color hex is 0.00, 0.89, 0.01, 0.12. Web safe color of #e119df is #cc00cc. Color #e119df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00011001 | 11011111 |
Octal | 341 | 31 | 337 |
Decimal | 225 | 25 | 223 |
Hex | E1 | 19 | DF |
Shades of #e119df
Tints of #e119df
RGB Percentages of Color #e119df
CMYK Percentages of Color #e119df
Complementary Color
#e119df | #19e11b |
#e119df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e119df Color Preview on White Background
Lorem ipsum dolor sit amet.
#e119df Color CSS Codes
.mybgcolor {background-color:#e119df; } .myforecolor {color:#e119df; } .mybordercolor {border:3px solid #e119df; }
#e119df Text Font Color
<p style="color:#e119df">Text here</p>
This sample text font color is #e119df
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.
#e119df Background Color
<div style="background-color:#e119df">
Div content here</div>
This div background color is #e119df
#e119df Border Color
<div style="border:3px solid #e119df">
Div here</div>
This div border color is #e119df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,25,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e119df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e119df; -webkit-box-shadow: 1px 1px 3px 2px #e119df; box-shadow: 1px 1px 3px 2px #e119df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,25,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e119df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e119df; -webkit-box-shadow: 1px 1px 3px 2px #e119df; box-shadow: 1px 1px 3px 2px #e119df;">
Div content here</div>
This div box has shadow with color #e119df
Comments
No comments written yet.
Please login to write comment.