Color spaces of #df46ec
RGB | 223 | 70 | 236 |
---|---|---|---|
HSL | 0.82 | 0.81 | 0.60 |
HSV | 295° | 70° | 93° |
CMYK | 0.06 | 0.70 | 0.00 0.07 |
XYZ | 47.7619 | 26.1244 | 81.8821 |
Yxy | 26.1244 | 0.3066 | 0.1677 |
Hunter Lab | 51.1120 | 77.3542 | -59.2049 |
CIE-Lab | 58.1549 | 77.8794 | -54.0216 |
#df46ec color RGB value is (223,70,236).
#df46ec hex color red value is 223, green value is 70 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #df46ec hue: 0.82 , saturation: 0.81 and the lightness value of df46ec is 0.60.
The process color (four color CMYK) of #df46ec color hex is 0.06, 0.70, 0.00, 0.07. Web safe color of #df46ec is #cc33ff. Color #df46ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01000110 | 11101100 |
Octal | 337 | 106 | 354 |
Decimal | 223 | 70 | 236 |
Hex | DF | 46 | EC |
Shades of #df46ec
Tints of #df46ec
RGB Percentages of Color #df46ec
CMYK Percentages of Color #df46ec
Complementary Color
#df46ec | #53ec46 |
#df46ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df46ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#df46ec Color CSS Codes
.mybgcolor {background-color:#df46ec; } .myforecolor {color:#df46ec; } .mybordercolor {border:3px solid #df46ec; }
#df46ec Text Font Color
<p style="color:#df46ec">Text here</p>
This sample text font color is #df46ec
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.
#df46ec Background Color
<div style="background-color:#df46ec">
Div content here</div>
This div background color is #df46ec
#df46ec Border Color
<div style="border:3px solid #df46ec">
Div here</div>
This div border color is #df46ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,70,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df46ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df46ec; -webkit-box-shadow: 1px 1px 3px 2px #df46ec; box-shadow: 1px 1px 3px 2px #df46ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,70,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df46ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df46ec; -webkit-box-shadow: 1px 1px 3px 2px #df46ec; box-shadow: 1px 1px 3px 2px #df46ec;">
Div content here</div>
This div box has shadow with color #df46ec
Comments
No comments written yet.
Please login to write comment.