Color spaces of #dfb0bd
RGB | 223 | 176 | 189 |
---|---|---|---|
HSL | 0.95 | 0.42 | 0.78 |
HSV | 343° | 21° | 87° |
CMYK | 0.00 | 0.21 | 0.15 0.13 |
XYZ | 55.1421 | 50.4128 | 54.9684 |
Yxy | 50.4128 | 0.3435 | 0.3141 |
Hunter Lab | 71.0020 | 14.3746 | 3.8002 |
CIE-Lab | 76.3219 | 19.0756 | -0.0748 |
#dfb0bd color RGB value is (223,176,189).
#dfb0bd hex color red value is 223, green value is 176 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfb0bd hue: 0.95 , saturation: 0.42 and the lightness value of dfb0bd is 0.78.
The process color (four color CMYK) of #dfb0bd color hex is 0.00, 0.21, 0.15, 0.13. Web safe color of #dfb0bd is #cc99cc. Color #dfb0bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110000 | 10111101 |
Octal | 337 | 260 | 275 |
Decimal | 223 | 176 | 189 |
Hex | DF | B0 | BD |
Shades of #dfb0bd
Tints of #dfb0bd
RGB Percentages of Color #dfb0bd
CMYK Percentages of Color #dfb0bd
Complementary Color
#dfb0bd | #b0dfd2 |
#dfb0bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb0bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb0bd Color CSS Codes
.mybgcolor {background-color:#dfb0bd; } .myforecolor {color:#dfb0bd; } .mybordercolor {border:3px solid #dfb0bd; }
#dfb0bd Text Font Color
<p style="color:#dfb0bd">Text here</p>
This sample text font color is #dfb0bd
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.
#dfb0bd Background Color
<div style="background-color:#dfb0bd">
Div content here</div>
This div background color is #dfb0bd
#dfb0bd Border Color
<div style="border:3px solid #dfb0bd">
Div here</div>
This div border color is #dfb0bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,176,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb0bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb0bd; -webkit-box-shadow: 1px 1px 3px 2px #dfb0bd; box-shadow: 1px 1px 3px 2px #dfb0bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,176,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb0bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb0bd; -webkit-box-shadow: 1px 1px 3px 2px #dfb0bd; box-shadow: 1px 1px 3px 2px #dfb0bd;">
Div content here</div>
This div box has shadow with color #dfb0bd
Comments
No comments written yet.
Please login to write comment.