Color spaces of #df50fa
RGB | 223 | 80 | 250 |
---|---|---|---|
HSL | 0.81 | 0.94 | 0.65 |
HSV | 290° | 68° | 98° |
CMYK | 0.11 | 0.68 | 0.00 0.02 |
XYZ | 50.5554 | 28.3274 | 93.2457 |
Yxy | 28.3274 | 0.2937 | 0.1646 |
Hunter Lab | 53.2235 | 76.4107 | -66.6176 |
CIE-Lab | 60.1834 | 76.7397 | -58.5761 |
#df50fa color RGB value is (223,80,250).
#df50fa hex color red value is 223, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #df50fa hue: 0.81 , saturation: 0.94 and the lightness value of df50fa is 0.65.
The process color (four color CMYK) of #df50fa color hex is 0.11, 0.68, 0.00, 0.02. Web safe color of #df50fa is #cc66ff. Color #df50fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01010000 | 11111010 |
Octal | 337 | 120 | 372 |
Decimal | 223 | 80 | 250 |
Hex | DF | 50 | FA |
Shades of #df50fa
Tints of #df50fa
RGB Percentages of Color #df50fa
CMYK Percentages of Color #df50fa
Complementary Color
#df50fa | #6bfa50 |
#df50fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df50fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#df50fa Color CSS Codes
.mybgcolor {background-color:#df50fa; } .myforecolor {color:#df50fa; } .mybordercolor {border:3px solid #df50fa; }
#df50fa Text Font Color
<p style="color:#df50fa">Text here</p>
This sample text font color is #df50fa
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.
#df50fa Background Color
<div style="background-color:#df50fa">
Div content here</div>
This div background color is #df50fa
#df50fa Border Color
<div style="border:3px solid #df50fa">
Div here</div>
This div border color is #df50fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,80,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df50fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df50fa; -webkit-box-shadow: 1px 1px 3px 2px #df50fa; box-shadow: 1px 1px 3px 2px #df50fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,80,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df50fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df50fa; -webkit-box-shadow: 1px 1px 3px 2px #df50fa; box-shadow: 1px 1px 3px 2px #df50fa;">
Div content here</div>
This div box has shadow with color #df50fa
Comments
No comments written yet.
Please login to write comment.