Color spaces of #df18ef
RGB | 223 | 24 | 239 |
---|---|---|---|
HSL | 0.82 | 0.87 | 0.52 |
HSV | 296° | 90° | 94° |
CMYK | 0.07 | 0.90 | 0.00 0.06 |
XYZ | 46.3380 | 22.5732 | 83.5761 |
Yxy | 22.5732 | 0.3039 | 0.1480 |
Hunter Lab | 47.5113 | 90.9473 | -71.0380 |
CIE-Lab | 54.6300 | 89.0830 | -61.3448 |
#df18ef color RGB value is (223,24,239).
#df18ef hex color red value is 223, green value is 24 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #df18ef hue: 0.82 , saturation: 0.87 and the lightness value of df18ef is 0.52.
The process color (four color CMYK) of #df18ef color hex is 0.07, 0.90, 0.00, 0.06. Web safe color of #df18ef is #cc00ff. Color #df18ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00011000 | 11101111 |
Octal | 337 | 30 | 357 |
Decimal | 223 | 24 | 239 |
Hex | DF | 18 | EF |
Shades of #df18ef
Tints of #df18ef
RGB Percentages of Color #df18ef
CMYK Percentages of Color #df18ef
Complementary Color
#df18ef | #28ef18 |
#df18ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df18ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#df18ef Color CSS Codes
.mybgcolor {background-color:#df18ef; } .myforecolor {color:#df18ef; } .mybordercolor {border:3px solid #df18ef; }
#df18ef Text Font Color
<p style="color:#df18ef">Text here</p>
This sample text font color is #df18ef
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.
#df18ef Background Color
<div style="background-color:#df18ef">
Div content here</div>
This div background color is #df18ef
#df18ef Border Color
<div style="border:3px solid #df18ef">
Div here</div>
This div border color is #df18ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,24,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df18ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df18ef; -webkit-box-shadow: 1px 1px 3px 2px #df18ef; box-shadow: 1px 1px 3px 2px #df18ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,24,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df18ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df18ef; -webkit-box-shadow: 1px 1px 3px 2px #df18ef; box-shadow: 1px 1px 3px 2px #df18ef;">
Div content here</div>
This div box has shadow with color #df18ef
Comments
No comments written yet.
Please login to write comment.