Color spaces of #df46ce
RGB | 223 | 70 | 206 |
---|---|---|---|
HSL | 0.85 | 0.71 | 0.57 |
HSV | 307° | 69° | 87° |
CMYK | 0.00 | 0.69 | 0.08 0.13 |
XYZ | 43.7622 | 24.5245 | 60.8197 |
Yxy | 24.5245 | 0.3390 | 0.1900 |
Hunter Lab | 49.5222 | 71.0745 | -38.1503 |
CIE-Lab | 56.6092 | 73.1210 | -39.5236 |
#df46ce color RGB value is (223,70,206).
#df46ce hex color red value is 223, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #df46ce hue: 0.85 , saturation: 0.71 and the lightness value of df46ce is 0.57.
The process color (four color CMYK) of #df46ce color hex is 0.00, 0.69, 0.08, 0.13. Web safe color of #df46ce is #cc33cc. Color #df46ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01000110 | 11001110 |
Octal | 337 | 106 | 316 |
Decimal | 223 | 70 | 206 |
Hex | DF | 46 | CE |
Shades of #df46ce
Tints of #df46ce
RGB Percentages of Color #df46ce
CMYK Percentages of Color #df46ce
Complementary Color
#df46ce | #46df57 |
#df46ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df46ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#df46ce Color CSS Codes
.mybgcolor {background-color:#df46ce; } .myforecolor {color:#df46ce; } .mybordercolor {border:3px solid #df46ce; }
#df46ce Text Font Color
<p style="color:#df46ce">Text here</p>
This sample text font color is #df46ce
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.
#df46ce Background Color
<div style="background-color:#df46ce">
Div content here</div>
This div background color is #df46ce
#df46ce Border Color
<div style="border:3px solid #df46ce">
Div here</div>
This div border color is #df46ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,70,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df46ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df46ce; -webkit-box-shadow: 1px 1px 3px 2px #df46ce; box-shadow: 1px 1px 3px 2px #df46ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,70,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df46ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df46ce; -webkit-box-shadow: 1px 1px 3px 2px #df46ce; box-shadow: 1px 1px 3px 2px #df46ce;">
Div content here</div>
This div box has shadow with color #df46ce
Comments
No comments written yet.
Please login to write comment.