Color spaces of #df0eea
RGB | 223 | 14 | 234 |
---|---|---|---|
HSL | 0.83 | 0.89 | 0.49 |
HSV | 297° | 94° | 92° |
CMYK | 0.05 | 0.94 | 0.00 0.08 |
XYZ | 45.4397 | 21.9426 | 79.6823 |
Yxy | 21.9426 | 0.3090 | 0.1492 |
Hunter Lab | 46.8429 | 91.1777 | -68.0654 |
CIE-Lab | 53.9660 | 89.3852 | -59.6003 |
#df0eea color RGB value is (223,14,234).
#df0eea hex color red value is 223, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #df0eea hue: 0.83 , saturation: 0.89 and the lightness value of df0eea is 0.49.
The process color (four color CMYK) of #df0eea color hex is 0.05, 0.94, 0.00, 0.08. Web safe color of #df0eea is #cc00ff. Color #df0eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00001110 | 11101010 |
Octal | 337 | 16 | 352 |
Decimal | 223 | 14 | 234 |
Hex | DF | E | EA |
Shades of #df0eea
Tints of #df0eea
RGB Percentages of Color #df0eea
CMYK Percentages of Color #df0eea
Complementary Color
#df0eea | #19ea0e |
#df0eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df0eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#df0eea Color CSS Codes
.mybgcolor {background-color:#df0eea; } .myforecolor {color:#df0eea; } .mybordercolor {border:3px solid #df0eea; }
#df0eea Text Font Color
<p style="color:#df0eea">Text here</p>
This sample text font color is #df0eea
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.
#df0eea Background Color
<div style="background-color:#df0eea">
Div content here</div>
This div background color is #df0eea
#df0eea Border Color
<div style="border:3px solid #df0eea">
Div here</div>
This div border color is #df0eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,14,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df0eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df0eea; -webkit-box-shadow: 1px 1px 3px 2px #df0eea; box-shadow: 1px 1px 3px 2px #df0eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,14,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df0eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df0eea; -webkit-box-shadow: 1px 1px 3px 2px #df0eea; box-shadow: 1px 1px 3px 2px #df0eea;">
Div content here</div>
This div box has shadow with color #df0eea
Comments
No comments written yet.
Please login to write comment.