Color spaces of #df57fe
RGB | 223 | 87 | 254 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.67 |
HSV | 289° | 66° | 100° |
CMYK | 0.12 | 0.66 | 0.00 0.00 |
XYZ | 51.7290 | 29.6601 | 96.7645 |
Yxy | 29.6601 | 0.2904 | 0.1665 |
Hunter Lab | 54.4611 | 74.2385 | -67.2216 |
CIE-Lab | 61.3598 | 74.7796 | -58.9074 |
#df57fe color RGB value is (223,87,254).
#df57fe hex color red value is 223, green value is 87 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #df57fe hue: 0.80 , saturation: 0.99 and the lightness value of df57fe is 0.67.
The process color (four color CMYK) of #df57fe color hex is 0.12, 0.66, 0.00, 0.00. Web safe color of #df57fe is #cc66ff. Color #df57fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01010111 | 11111110 |
Octal | 337 | 127 | 376 |
Decimal | 223 | 87 | 254 |
Hex | DF | 57 | FE |
Shades of #df57fe
Tints of #df57fe
RGB Percentages of Color #df57fe
CMYK Percentages of Color #df57fe
Complementary Color
#df57fe | #76fe57 |
#df57fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df57fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#df57fe Color CSS Codes
.mybgcolor {background-color:#df57fe; } .myforecolor {color:#df57fe; } .mybordercolor {border:3px solid #df57fe; }
#df57fe Text Font Color
<p style="color:#df57fe">Text here</p>
This sample text font color is #df57fe
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.
#df57fe Background Color
<div style="background-color:#df57fe">
Div content here</div>
This div background color is #df57fe
#df57fe Border Color
<div style="border:3px solid #df57fe">
Div here</div>
This div border color is #df57fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,87,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df57fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df57fe; -webkit-box-shadow: 1px 1px 3px 2px #df57fe; box-shadow: 1px 1px 3px 2px #df57fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,87,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df57fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df57fe; -webkit-box-shadow: 1px 1px 3px 2px #df57fe; box-shadow: 1px 1px 3px 2px #df57fe;">
Div content here</div>
This div box has shadow with color #df57fe
Comments
No comments written yet.
Please login to write comment.