Color spaces of #df38ff
RGB | 223 | 56 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.61 |
HSV | 290° | 78° | 100° |
CMYK | 0.13 | 0.78 | 0.00 0.00 |
XYZ | 49.8956 | 25.7363 | 96.9456 |
Yxy | 25.7363 | 0.2891 | 0.1491 |
Hunter Lab | 50.7310 | 86.7816 | -77.7900 |
CIE-Lab | 57.7859 | 85.3035 | -65.1893 |
#df38ff color RGB value is (223,56,255).
#df38ff hex color red value is 223, green value is 56 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #df38ff hue: 0.81 , saturation: 1.00 and the lightness value of df38ff is 0.61.
The process color (four color CMYK) of #df38ff color hex is 0.13, 0.78, 0.00, 0.00. Web safe color of #df38ff is #cc33ff. Color #df38ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00111000 | 11111111 |
Octal | 337 | 70 | 377 |
Decimal | 223 | 56 | 255 |
Hex | DF | 38 | FF |
Shades of #df38ff
Tints of #df38ff
RGB Percentages of Color #df38ff
CMYK Percentages of Color #df38ff
Complementary Color
#df38ff | #58ff38 |
#df38ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df38ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#df38ff Color CSS Codes
.mybgcolor {background-color:#df38ff; } .myforecolor {color:#df38ff; } .mybordercolor {border:3px solid #df38ff; }
#df38ff Text Font Color
<p style="color:#df38ff">Text here</p>
This sample text font color is #df38ff
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.
#df38ff Background Color
<div style="background-color:#df38ff">
Div content here</div>
This div background color is #df38ff
#df38ff Border Color
<div style="border:3px solid #df38ff">
Div here</div>
This div border color is #df38ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,56,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df38ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df38ff; -webkit-box-shadow: 1px 1px 3px 2px #df38ff; box-shadow: 1px 1px 3px 2px #df38ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,56,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df38ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df38ff; -webkit-box-shadow: 1px 1px 3px 2px #df38ff; box-shadow: 1px 1px 3px 2px #df38ff;">
Div content here</div>
This div box has shadow with color #df38ff
Comments
No comments written yet.
Please login to write comment.