Color spaces of #df96fb
RGB | 223 | 150 | 251 |
---|---|---|---|
HSL | 0.79 | 0.93 | 0.79 |
HSV | 283° | 40° | 98° |
CMYK | 0.11 | 0.40 | 0.00 0.02 |
XYZ | 58.7504 | 44.4657 | 96.7530 |
Yxy | 44.4657 | 0.2938 | 0.2224 |
Hunter Lab | 66.6826 | 40.5720 | -39.3489 |
CIE-Lab | 72.5387 | 44.2872 | -39.6259 |
#df96fb color RGB value is (223,150,251).
#df96fb hex color red value is 223, green value is 150 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df96fb hue: 0.79 , saturation: 0.93 and the lightness value of df96fb is 0.79.
The process color (four color CMYK) of #df96fb color hex is 0.11, 0.40, 0.00, 0.02. Web safe color of #df96fb is #cc99ff. Color #df96fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10010110 | 11111011 |
Octal | 337 | 226 | 373 |
Decimal | 223 | 150 | 251 |
Hex | DF | 96 | FB |
Shades of #df96fb
Tints of #df96fb
RGB Percentages of Color #df96fb
CMYK Percentages of Color #df96fb
Complementary Color
#df96fb | #b2fb96 |
#df96fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df96fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#df96fb Color CSS Codes
.mybgcolor {background-color:#df96fb; } .myforecolor {color:#df96fb; } .mybordercolor {border:3px solid #df96fb; }
#df96fb Text Font Color
<p style="color:#df96fb">Text here</p>
This sample text font color is #df96fb
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.
#df96fb Background Color
<div style="background-color:#df96fb">
Div content here</div>
This div background color is #df96fb
#df96fb Border Color
<div style="border:3px solid #df96fb">
Div here</div>
This div border color is #df96fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,150,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df96fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df96fb; -webkit-box-shadow: 1px 1px 3px 2px #df96fb; box-shadow: 1px 1px 3px 2px #df96fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,150,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 #df96fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df96fb; -webkit-box-shadow: 1px 1px 3px 2px #df96fb; box-shadow: 1px 1px 3px 2px #df96fb;">
Div content here</div>
This div box has shadow with color #df96fb
Comments
No comments written yet.
Please login to write comment.