Color spaces of #df278c
RGB | 223 | 39 | 140 |
---|---|---|---|
HSL | 0.91 | 0.74 | 0.51 |
HSV | 327° | 83° | 87° |
CMYK | 0.00 | 0.83 | 0.37 0.13 |
XYZ | 35.8906 | 19.0325 | 26.5929 |
Yxy | 19.0325 | 0.4403 | 0.2335 |
Hunter Lab | 43.6263 | 70.5031 | -5.6025 |
CIE-Lab | 50.7252 | 73.7880 | -9.9724 |
#df278c color RGB value is (223,39,140).
#df278c hex color red value is 223, green value is 39 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #df278c hue: 0.91 , saturation: 0.74 and the lightness value of df278c is 0.51.
The process color (four color CMYK) of #df278c color hex is 0.00, 0.83, 0.37, 0.13. Web safe color of #df278c is #cc3399. Color #df278c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00100111 | 10001100 |
Octal | 337 | 47 | 214 |
Decimal | 223 | 39 | 140 |
Hex | DF | 27 | 8C |
Shades of #df278c
Tints of #df278c
RGB Percentages of Color #df278c
CMYK Percentages of Color #df278c
Complementary Color
#df278c | #27df7a |
#df278c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df278c Color Preview on White Background
Lorem ipsum dolor sit amet.
#df278c Color CSS Codes
.mybgcolor {background-color:#df278c; } .myforecolor {color:#df278c; } .mybordercolor {border:3px solid #df278c; }
#df278c Text Font Color
<p style="color:#df278c">Text here</p>
This sample text font color is #df278c
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.
#df278c Background Color
<div style="background-color:#df278c">
Div content here</div>
This div background color is #df278c
#df278c Border Color
<div style="border:3px solid #df278c">
Div here</div>
This div border color is #df278c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,39,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df278c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df278c; -webkit-box-shadow: 1px 1px 3px 2px #df278c; box-shadow: 1px 1px 3px 2px #df278c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,39,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 #df278c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df278c; -webkit-box-shadow: 1px 1px 3px 2px #df278c; box-shadow: 1px 1px 3px 2px #df278c;">
Div content here</div>
This div box has shadow with color #df278c
Comments
No comments written yet.
Please login to write comment.