Color spaces of #df0bb1
RGB | 223 | 11 | 177 |
---|---|---|---|
HSL | 0.87 | 0.91 | 0.46 |
HSV | 313° | 95° | 87° |
CMYK | 0.00 | 0.95 | 0.21 0.13 |
XYZ | 38.4869 | 19.1016 | 43.2535 |
Yxy | 19.1016 | 0.3817 | 0.1894 |
Hunter Lab | 43.7054 | 80.7025 | -28.0832 |
CIE-Lab | 50.8059 | 81.9527 | -31.8400 |
#df0bb1 color RGB value is (223,11,177).
#df0bb1 hex color red value is 223, green value is 11 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #df0bb1 hue: 0.87 , saturation: 0.91 and the lightness value of df0bb1 is 0.46.
The process color (four color CMYK) of #df0bb1 color hex is 0.00, 0.95, 0.21, 0.13. Web safe color of #df0bb1 is #cc0099. Color #df0bb1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00001011 | 10110001 |
Octal | 337 | 13 | 261 |
Decimal | 223 | 11 | 177 |
Hex | DF | B | B1 |
Shades of #df0bb1
Tints of #df0bb1
RGB Percentages of Color #df0bb1
CMYK Percentages of Color #df0bb1
Complementary Color
#df0bb1 | #0bdf39 |
#df0bb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df0bb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#df0bb1 Color CSS Codes
.mybgcolor {background-color:#df0bb1; } .myforecolor {color:#df0bb1; } .mybordercolor {border:3px solid #df0bb1; }
#df0bb1 Text Font Color
<p style="color:#df0bb1">Text here</p>
This sample text font color is #df0bb1
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.
#df0bb1 Background Color
<div style="background-color:#df0bb1">
Div content here</div>
This div background color is #df0bb1
#df0bb1 Border Color
<div style="border:3px solid #df0bb1">
Div here</div>
This div border color is #df0bb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,11,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df0bb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df0bb1; -webkit-box-shadow: 1px 1px 3px 2px #df0bb1; box-shadow: 1px 1px 3px 2px #df0bb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,11,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df0bb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df0bb1; -webkit-box-shadow: 1px 1px 3px 2px #df0bb1; box-shadow: 1px 1px 3px 2px #df0bb1;">
Div content here</div>
This div box has shadow with color #df0bb1
Comments
No comments written yet.
Please login to write comment.