Color spaces of #e117df
RGB | 225 | 23 | 223 |
---|---|---|---|
HSL | 0.83 | 0.81 | 0.49 |
HSV | 301° | 90° | 88° |
CMYK | 0.00 | 0.90 | 0.01 0.12 |
XYZ | 44.6770 | 21.9481 | 71.6937 |
Yxy | 21.9481 | 0.3230 | 0.1587 |
Hunter Lab | 46.8488 | 88.2398 | -57.9386 |
CIE-Lab | 53.9719 | 87.1603 | -53.3539 |
#e117df color RGB value is (225,23,223).
#e117df hex color red value is 225, green value is 23 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e117df hue: 0.83 , saturation: 0.81 and the lightness value of e117df is 0.49.
The process color (four color CMYK) of #e117df color hex is 0.00, 0.90, 0.01, 0.12. Web safe color of #e117df is #cc00cc. Color #e117df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00010111 | 11011111 |
Octal | 341 | 27 | 337 |
Decimal | 225 | 23 | 223 |
Hex | E1 | 17 | DF |
Shades of #e117df
Tints of #e117df
RGB Percentages of Color #e117df
CMYK Percentages of Color #e117df
Complementary Color
#e117df | #17e119 |
#e117df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e117df Color Preview on White Background
Lorem ipsum dolor sit amet.
#e117df Color CSS Codes
.mybgcolor {background-color:#e117df; } .myforecolor {color:#e117df; } .mybordercolor {border:3px solid #e117df; }
#e117df Text Font Color
<p style="color:#e117df">Text here</p>
This sample text font color is #e117df
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.
#e117df Background Color
<div style="background-color:#e117df">
Div content here</div>
This div background color is #e117df
#e117df Border Color
<div style="border:3px solid #e117df">
Div here</div>
This div border color is #e117df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,23,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e117df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e117df; -webkit-box-shadow: 1px 1px 3px 2px #e117df; box-shadow: 1px 1px 3px 2px #e117df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,23,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 #e117df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e117df; -webkit-box-shadow: 1px 1px 3px 2px #e117df; box-shadow: 1px 1px 3px 2px #e117df;">
Div content here</div>
This div box has shadow with color #e117df
Comments
No comments written yet.
Please login to write comment.