Color spaces of #df2fbb
RGB | 223 | 47 | 187 |
---|---|---|---|
HSL | 0.87 | 0.73 | 0.53 |
HSV | 312° | 79° | 87° |
CMYK | 0.00 | 0.79 | 0.16 0.13 |
XYZ | 40.4176 | 21.3089 | 48.9965 |
Yxy | 21.3089 | 0.3650 | 0.1925 |
Hunter Lab | 46.1616 | 75.5062 | -30.6181 |
CIE-Lab | 53.2859 | 77.3476 | -33.8025 |
#df2fbb color RGB value is (223,47,187).
#df2fbb hex color red value is 223, green value is 47 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df2fbb hue: 0.87 , saturation: 0.73 and the lightness value of df2fbb is 0.53.
The process color (four color CMYK) of #df2fbb color hex is 0.00, 0.79, 0.16, 0.13. Web safe color of #df2fbb is #cc33cc. Color #df2fbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00101111 | 10111011 |
Octal | 337 | 57 | 273 |
Decimal | 223 | 47 | 187 |
Hex | DF | 2F | BB |
Shades of #df2fbb
Tints of #df2fbb
RGB Percentages of Color #df2fbb
CMYK Percentages of Color #df2fbb
Complementary Color
#df2fbb | #2fdf53 |
#df2fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df2fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#df2fbb Color CSS Codes
.mybgcolor {background-color:#df2fbb; } .myforecolor {color:#df2fbb; } .mybordercolor {border:3px solid #df2fbb; }
#df2fbb Text Font Color
<p style="color:#df2fbb">Text here</p>
This sample text font color is #df2fbb
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.
#df2fbb Background Color
<div style="background-color:#df2fbb">
Div content here</div>
This div background color is #df2fbb
#df2fbb Border Color
<div style="border:3px solid #df2fbb">
Div here</div>
This div border color is #df2fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,47,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df2fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df2fbb; -webkit-box-shadow: 1px 1px 3px 2px #df2fbb; box-shadow: 1px 1px 3px 2px #df2fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,47,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 #df2fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df2fbb; -webkit-box-shadow: 1px 1px 3px 2px #df2fbb; box-shadow: 1px 1px 3px 2px #df2fbb;">
Div content here</div>
This div box has shadow with color #df2fbb
Comments
No comments written yet.
Please login to write comment.