Color spaces of #df72bb
RGB | 223 | 114 | 187 |
---|---|---|---|
HSL | 0.89 | 0.63 | 0.66 |
HSV | 320° | 49° | 87° |
CMYK | 0.00 | 0.49 | 0.16 0.13 |
XYZ | 45.4184 | 31.3105 | 50.6634 |
Yxy | 31.3105 | 0.3565 | 0.2458 |
Hunter Lab | 55.9558 | 46.9629 | -14.5132 |
CIE-Lab | 62.7689 | 51.3809 | -19.1713 |
#df72bb color RGB value is (223,114,187).
#df72bb hex color red value is 223, green value is 114 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df72bb hue: 0.89 , saturation: 0.63 and the lightness value of df72bb is 0.66.
The process color (four color CMYK) of #df72bb color hex is 0.00, 0.49, 0.16, 0.13. Web safe color of #df72bb is #cc66cc. Color #df72bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01110010 | 10111011 |
Octal | 337 | 162 | 273 |
Decimal | 223 | 114 | 187 |
Hex | DF | 72 | BB |
Shades of #df72bb
Tints of #df72bb
RGB Percentages of Color #df72bb
CMYK Percentages of Color #df72bb
Complementary Color
#df72bb | #72df96 |
#df72bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df72bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#df72bb Color CSS Codes
.mybgcolor {background-color:#df72bb; } .myforecolor {color:#df72bb; } .mybordercolor {border:3px solid #df72bb; }
#df72bb Text Font Color
<p style="color:#df72bb">Text here</p>
This sample text font color is #df72bb
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.
#df72bb Background Color
<div style="background-color:#df72bb">
Div content here</div>
This div background color is #df72bb
#df72bb Border Color
<div style="border:3px solid #df72bb">
Div here</div>
This div border color is #df72bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,114,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df72bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df72bb; -webkit-box-shadow: 1px 1px 3px 2px #df72bb; box-shadow: 1px 1px 3px 2px #df72bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,114,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df72bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df72bb; -webkit-box-shadow: 1px 1px 3px 2px #df72bb; box-shadow: 1px 1px 3px 2px #df72bb;">
Div content here</div>
This div box has shadow with color #df72bb
Comments
No comments written yet.
Please login to write comment.