Color spaces of #f01df7
RGB | 240 | 29 | 247 |
---|---|---|---|
HSL | 0.83 | 0.93 | 0.54 |
HSV | 298° | 88° | 97° |
CMYK | 0.03 | 0.88 | 0.00 0.03 |
XYZ | 53.1630 | 26.1194 | 90.2352 |
Yxy | 26.1194 | 0.3136 | 0.1541 |
Hunter Lab | 51.1071 | 96.2429 | -68.9079 |
CIE-Lab | 58.1502 | 92.3521 | -60.0152 |
#f01df7 color RGB value is (240,29,247).
#f01df7 hex color red value is 240, green value is 29 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #f01df7 hue: 0.83 , saturation: 0.93 and the lightness value of f01df7 is 0.54.
The process color (four color CMYK) of #f01df7 color hex is 0.03, 0.88, 0.00, 0.03. Web safe color of #f01df7 is #ff33ff. Color #f01df7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 00011101 | 11110111 |
Octal | 360 | 35 | 367 |
Decimal | 240 | 29 | 247 |
Hex | F0 | 1D | F7 |
Shades of #f01df7
Tints of #f01df7
RGB Percentages of Color #f01df7
CMYK Percentages of Color #f01df7
Complementary Color
#f01df7 | #24f71d |
#f01df7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f01df7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f01df7 Color CSS Codes
.mybgcolor {background-color:#f01df7; } .myforecolor {color:#f01df7; } .mybordercolor {border:3px solid #f01df7; }
#f01df7 Text Font Color
<p style="color:#f01df7">Text here</p>
This sample text font color is #f01df7
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.
#f01df7 Background Color
<div style="background-color:#f01df7">
Div content here</div>
This div background color is #f01df7
#f01df7 Border Color
<div style="border:3px solid #f01df7">
Div here</div>
This div border color is #f01df7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,29,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f01df7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f01df7; -webkit-box-shadow: 1px 1px 3px 2px #f01df7; box-shadow: 1px 1px 3px 2px #f01df7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,29,247, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f01df7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f01df7; -webkit-box-shadow: 1px 1px 3px 2px #f01df7; box-shadow: 1px 1px 3px 2px #f01df7;">
Div content here</div>
This div box has shadow with color #f01df7
Comments
No comments written yet.
Please login to write comment.