Color spaces of #df8caf
RGB | 223 | 140 | 175 |
---|---|---|---|
HSL | 0.93 | 0.56 | 0.71 |
HSV | 335° | 37° | 87° |
CMYK | 0.00 | 0.37 | 0.22 0.13 |
XYZ | 47.5474 | 37.5393 | 45.2972 |
Yxy | 37.5393 | 0.3647 | 0.2879 |
Hunter Lab | 61.2693 | 31.3017 | -0.9453 |
CIE-Lab | 67.6797 | 36.2285 | -5.0272 |
#df8caf color RGB value is (223,140,175).
#df8caf hex color red value is 223, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #df8caf hue: 0.93 , saturation: 0.56 and the lightness value of df8caf is 0.71.
The process color (four color CMYK) of #df8caf color hex is 0.00, 0.37, 0.22, 0.13. Web safe color of #df8caf is #cc9999. Color #df8caf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10001100 | 10101111 |
Octal | 337 | 214 | 257 |
Decimal | 223 | 140 | 175 |
Hex | DF | 8C | AF |
Shades of #df8caf
Tints of #df8caf
RGB Percentages of Color #df8caf
CMYK Percentages of Color #df8caf
Complementary Color
#df8caf | #8cdfbc |
#df8caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df8caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#df8caf Color CSS Codes
.mybgcolor {background-color:#df8caf; } .myforecolor {color:#df8caf; } .mybordercolor {border:3px solid #df8caf; }
#df8caf Text Font Color
<p style="color:#df8caf">Text here</p>
This sample text font color is #df8caf
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.
#df8caf Background Color
<div style="background-color:#df8caf">
Div content here</div>
This div background color is #df8caf
#df8caf Border Color
<div style="border:3px solid #df8caf">
Div here</div>
This div border color is #df8caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,140,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df8caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df8caf; -webkit-box-shadow: 1px 1px 3px 2px #df8caf; box-shadow: 1px 1px 3px 2px #df8caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,140,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df8caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df8caf; -webkit-box-shadow: 1px 1px 3px 2px #df8caf; box-shadow: 1px 1px 3px 2px #df8caf;">
Div content here</div>
This div box has shadow with color #df8caf
Comments
No comments written yet.
Please login to write comment.