Color spaces of #df7cfd
RGB | 223 | 124 | 253 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.74 |
HSV | 286° | 51° | 99° |
CMYK | 0.12 | 0.51 | 0.00 0.01 |
XYZ | 55.3687 | 37.1951 | 97.1896 |
Yxy | 37.1951 | 0.2918 | 0.1960 |
Hunter Lab | 60.9878 | 55.3253 | -51.7926 |
CIE-Lab | 67.4231 | 58.0029 | -48.7346 |
#df7cfd color RGB value is (223,124,253).
#df7cfd hex color red value is 223, green value is 124 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #df7cfd hue: 0.79 , saturation: 0.97 and the lightness value of df7cfd is 0.74.
The process color (four color CMYK) of #df7cfd color hex is 0.12, 0.51, 0.00, 0.01. Web safe color of #df7cfd is #cc66ff. Color #df7cfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01111100 | 11111101 |
Octal | 337 | 174 | 375 |
Decimal | 223 | 124 | 253 |
Hex | DF | 7C | FD |
Shades of #df7cfd
Tints of #df7cfd
RGB Percentages of Color #df7cfd
CMYK Percentages of Color #df7cfd
Complementary Color
#df7cfd | #9afd7c |
#df7cfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df7cfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#df7cfd Color CSS Codes
.mybgcolor {background-color:#df7cfd; } .myforecolor {color:#df7cfd; } .mybordercolor {border:3px solid #df7cfd; }
#df7cfd Text Font Color
<p style="color:#df7cfd">Text here</p>
This sample text font color is #df7cfd
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.
#df7cfd Background Color
<div style="background-color:#df7cfd">
Div content here</div>
This div background color is #df7cfd
#df7cfd Border Color
<div style="border:3px solid #df7cfd">
Div here</div>
This div border color is #df7cfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,124,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df7cfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df7cfd; -webkit-box-shadow: 1px 1px 3px 2px #df7cfd; box-shadow: 1px 1px 3px 2px #df7cfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,124,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 #df7cfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df7cfd; -webkit-box-shadow: 1px 1px 3px 2px #df7cfd; box-shadow: 1px 1px 3px 2px #df7cfd;">
Div content here</div>
This div box has shadow with color #df7cfd
Comments
No comments written yet.
Please login to write comment.