Color spaces of #df45fd
RGB | 223 | 69 | 253 |
---|---|---|---|
HSL | 0.81 | 0.98 | 0.63 |
HSV | 290° | 73° | 99° |
CMYK | 0.12 | 0.73 | 0.00 0.01 |
XYZ | 50.2892 | 27.0361 | 95.4965 |
Yxy | 27.0361 | 0.2910 | 0.1564 |
Hunter Lab | 51.9962 | 81.6464 | -72.4949 |
CIE-Lab | 59.0077 | 81.0948 | -62.1192 |
#df45fd color RGB value is (223,69,253).
#df45fd hex color red value is 223, green value is 69 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #df45fd hue: 0.81 , saturation: 0.98 and the lightness value of df45fd is 0.63.
The process color (four color CMYK) of #df45fd color hex is 0.12, 0.73, 0.00, 0.01. Web safe color of #df45fd is #cc33ff. Color #df45fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01000101 | 11111101 |
Octal | 337 | 105 | 375 |
Decimal | 223 | 69 | 253 |
Hex | DF | 45 | FD |
Shades of #df45fd
Tints of #df45fd
RGB Percentages of Color #df45fd
CMYK Percentages of Color #df45fd
Complementary Color
#df45fd | #63fd45 |
#df45fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df45fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#df45fd Color CSS Codes
.mybgcolor {background-color:#df45fd; } .myforecolor {color:#df45fd; } .mybordercolor {border:3px solid #df45fd; }
#df45fd Text Font Color
<p style="color:#df45fd">Text here</p>
This sample text font color is #df45fd
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.
#df45fd Background Color
<div style="background-color:#df45fd">
Div content here</div>
This div background color is #df45fd
#df45fd Border Color
<div style="border:3px solid #df45fd">
Div here</div>
This div border color is #df45fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,69,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df45fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df45fd; -webkit-box-shadow: 1px 1px 3px 2px #df45fd; box-shadow: 1px 1px 3px 2px #df45fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,69,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df45fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df45fd; -webkit-box-shadow: 1px 1px 3px 2px #df45fd; box-shadow: 1px 1px 3px 2px #df45fd;">
Div content here</div>
This div box has shadow with color #df45fd
Comments
No comments written yet.
Please login to write comment.