Color spaces of #df368c
RGB | 223 | 54 | 140 |
---|---|---|---|
HSL | 0.92 | 0.73 | 0.54 |
HSV | 329° | 76° | 87° |
CMYK | 0.00 | 0.76 | 0.37 0.13 |
XYZ | 36.4842 | 20.2198 | 26.7908 |
Yxy | 20.2198 | 0.4370 | 0.2422 |
Hunter Lab | 44.9664 | 66.1374 | -3.8482 |
CIE-Lab | 52.0848 | 69.9091 | -7.9376 |
#df368c color RGB value is (223,54,140).
#df368c hex color red value is 223, green value is 54 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #df368c hue: 0.92 , saturation: 0.73 and the lightness value of df368c is 0.54.
The process color (four color CMYK) of #df368c color hex is 0.00, 0.76, 0.37, 0.13. Web safe color of #df368c is #cc3399. Color #df368c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00110110 | 10001100 |
Octal | 337 | 66 | 214 |
Decimal | 223 | 54 | 140 |
Hex | DF | 36 | 8C |
Shades of #df368c
Tints of #df368c
RGB Percentages of Color #df368c
CMYK Percentages of Color #df368c
Complementary Color
#df368c | #36df89 |
#df368c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df368c Color Preview on White Background
Lorem ipsum dolor sit amet.
#df368c Color CSS Codes
.mybgcolor {background-color:#df368c; } .myforecolor {color:#df368c; } .mybordercolor {border:3px solid #df368c; }
#df368c Text Font Color
<p style="color:#df368c">Text here</p>
This sample text font color is #df368c
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.
#df368c Background Color
<div style="background-color:#df368c">
Div content here</div>
This div background color is #df368c
#df368c Border Color
<div style="border:3px solid #df368c">
Div here</div>
This div border color is #df368c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,54,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df368c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df368c; -webkit-box-shadow: 1px 1px 3px 2px #df368c; box-shadow: 1px 1px 3px 2px #df368c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,54,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 #df368c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df368c; -webkit-box-shadow: 1px 1px 3px 2px #df368c; box-shadow: 1px 1px 3px 2px #df368c;">
Div content here</div>
This div box has shadow with color #df368c
Comments
No comments written yet.
Please login to write comment.