Color spaces of #df47fb
RGB | 223 | 71 | 251 |
---|---|---|---|
HSL | 0.81 | 0.96 | 0.63 |
HSV | 291° | 72° | 98° |
CMYK | 0.11 | 0.72 | 0.00 0.02 |
XYZ | 50.0973 | 27.1595 | 93.8687 |
Yxy | 27.1595 | 0.2928 | 0.1587 |
Hunter Lab | 52.1148 | 80.3890 | -70.3123 |
CIE-Lab | 59.1217 | 80.0886 | -60.8287 |
#df47fb color RGB value is (223,71,251).
#df47fb hex color red value is 223, green value is 71 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df47fb hue: 0.81 , saturation: 0.96 and the lightness value of df47fb is 0.63.
The process color (four color CMYK) of #df47fb color hex is 0.11, 0.72, 0.00, 0.02. Web safe color of #df47fb is #cc33ff. Color #df47fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01000111 | 11111011 |
Octal | 337 | 107 | 373 |
Decimal | 223 | 71 | 251 |
Hex | DF | 47 | FB |
Shades of #df47fb
Tints of #df47fb
RGB Percentages of Color #df47fb
CMYK Percentages of Color #df47fb
Complementary Color
#df47fb | #63fb47 |
#df47fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df47fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#df47fb Color CSS Codes
.mybgcolor {background-color:#df47fb; } .myforecolor {color:#df47fb; } .mybordercolor {border:3px solid #df47fb; }
#df47fb Text Font Color
<p style="color:#df47fb">Text here</p>
This sample text font color is #df47fb
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.
#df47fb Background Color
<div style="background-color:#df47fb">
Div content here</div>
This div background color is #df47fb
#df47fb Border Color
<div style="border:3px solid #df47fb">
Div here</div>
This div border color is #df47fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,71,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df47fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df47fb; -webkit-box-shadow: 1px 1px 3px 2px #df47fb; box-shadow: 1px 1px 3px 2px #df47fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,71,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df47fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df47fb; -webkit-box-shadow: 1px 1px 3px 2px #df47fb; box-shadow: 1px 1px 3px 2px #df47fb;">
Div content here</div>
This div box has shadow with color #df47fb
Comments
No comments written yet.
Please login to write comment.