Color spaces of #df168c
RGB | 223 | 22 | 140 |
---|---|---|---|
HSL | 0.90 | 0.82 | 0.48 |
HSV | 325° | 90° | 87° |
CMYK | 0.00 | 0.90 | 0.37 0.13 |
XYZ | 35.4520 | 18.1552 | 26.4467 |
Yxy | 18.1552 | 0.4429 | 0.2268 |
Hunter Lab | 42.6089 | 73.9522 | -6.9741 |
CIE-Lab | 49.6838 | 76.7986 | -11.5384 |
#df168c color RGB value is (223,22,140).
#df168c hex color red value is 223, green value is 22 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #df168c hue: 0.90 , saturation: 0.82 and the lightness value of df168c is 0.48.
The process color (four color CMYK) of #df168c color hex is 0.00, 0.90, 0.37, 0.13. Web safe color of #df168c is #cc0099. Color #df168c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00010110 | 10001100 |
Octal | 337 | 26 | 214 |
Decimal | 223 | 22 | 140 |
Hex | DF | 16 | 8C |
Shades of #df168c
Tints of #df168c
RGB Percentages of Color #df168c
CMYK Percentages of Color #df168c
Complementary Color
#df168c | #16df69 |
#df168c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df168c Color Preview on White Background
Lorem ipsum dolor sit amet.
#df168c Color CSS Codes
.mybgcolor {background-color:#df168c; } .myforecolor {color:#df168c; } .mybordercolor {border:3px solid #df168c; }
#df168c Text Font Color
<p style="color:#df168c">Text here</p>
This sample text font color is #df168c
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.
#df168c Background Color
<div style="background-color:#df168c">
Div content here</div>
This div background color is #df168c
#df168c Border Color
<div style="border:3px solid #df168c">
Div here</div>
This div border color is #df168c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,22,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df168c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df168c; -webkit-box-shadow: 1px 1px 3px 2px #df168c; box-shadow: 1px 1px 3px 2px #df168c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,22,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df168c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df168c; -webkit-box-shadow: 1px 1px 3px 2px #df168c; box-shadow: 1px 1px 3px 2px #df168c;">
Div content here</div>
This div box has shadow with color #df168c
Comments
No comments written yet.
Please login to write comment.