Color spaces of #df7ffb
RGB | 223 | 127 | 251 |
---|---|---|---|
HSL | 0.80 | 0.94 | 0.74 |
HSV | 286° | 49° | 98° |
CMYK | 0.11 | 0.49 | 0.00 0.02 |
XYZ | 55.4334 | 37.8318 | 95.6474 |
Yxy | 37.8318 | 0.2934 | 0.2003 |
Hunter Lab | 61.5076 | 53.2341 | -49.1437 |
CIE-Lab | 67.8965 | 56.1253 | -46.8945 |
#df7ffb color RGB value is (223,127,251).
#df7ffb hex color red value is 223, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df7ffb hue: 0.80 , saturation: 0.94 and the lightness value of df7ffb is 0.74.
The process color (four color CMYK) of #df7ffb color hex is 0.11, 0.49, 0.00, 0.02. Web safe color of #df7ffb is #cc66ff. Color #df7ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01111111 | 11111011 |
Octal | 337 | 177 | 373 |
Decimal | 223 | 127 | 251 |
Hex | DF | 7F | FB |
Shades of #df7ffb
Tints of #df7ffb
RGB Percentages of Color #df7ffb
CMYK Percentages of Color #df7ffb
Complementary Color
#df7ffb | #9bfb7f |
#df7ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df7ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#df7ffb Color CSS Codes
.mybgcolor {background-color:#df7ffb; } .myforecolor {color:#df7ffb; } .mybordercolor {border:3px solid #df7ffb; }
#df7ffb Text Font Color
<p style="color:#df7ffb">Text here</p>
This sample text font color is #df7ffb
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.
#df7ffb Background Color
<div style="background-color:#df7ffb">
Div content here</div>
This div background color is #df7ffb
#df7ffb Border Color
<div style="border:3px solid #df7ffb">
Div here</div>
This div border color is #df7ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,127,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df7ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df7ffb; -webkit-box-shadow: 1px 1px 3px 2px #df7ffb; box-shadow: 1px 1px 3px 2px #df7ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,127,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 #df7ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df7ffb; -webkit-box-shadow: 1px 1px 3px 2px #df7ffb; box-shadow: 1px 1px 3px 2px #df7ffb;">
Div content here</div>
This div box has shadow with color #df7ffb
Comments
No comments written yet.
Please login to write comment.