Color spaces of #f73dfa
RGB | 247 | 61 | 250 |
---|---|---|---|
HSL | 0.83 | 0.95 | 0.61 |
HSV | 299° | 76° | 98° |
CMYK | 0.01 | 0.76 | 0.00 0.02 |
XYZ | 57.2818 | 30.0138 | 93.2166 |
Yxy | 30.0138 | 0.3173 | 0.1663 |
Hunter Lab | 54.7849 | 90.7621 | -62.5327 |
CIE-Lab | 61.6661 | 87.5727 | -55.9999 |
#f73dfa color RGB value is (247,61,250).
#f73dfa hex color red value is 247, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f73dfa hue: 0.83 , saturation: 0.95 and the lightness value of f73dfa is 0.61.
The process color (four color CMYK) of #f73dfa color hex is 0.01, 0.76, 0.00, 0.02. Web safe color of #f73dfa is #ff33ff. Color #f73dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00111101 | 11111010 |
Octal | 367 | 75 | 372 |
Decimal | 247 | 61 | 250 |
Hex | F7 | 3D | FA |
Shades of #f73dfa
Tints of #f73dfa
RGB Percentages of Color #f73dfa
CMYK Percentages of Color #f73dfa
Complementary Color
#f73dfa | #40fa3d |
#f73dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f73dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f73dfa Color CSS Codes
.mybgcolor {background-color:#f73dfa; } .myforecolor {color:#f73dfa; } .mybordercolor {border:3px solid #f73dfa; }
#f73dfa Text Font Color
<p style="color:#f73dfa">Text here</p>
This sample text font color is #f73dfa
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.
#f73dfa Background Color
<div style="background-color:#f73dfa">
Div content here</div>
This div background color is #f73dfa
#f73dfa Border Color
<div style="border:3px solid #f73dfa">
Div here</div>
This div border color is #f73dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,61,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f73dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f73dfa; -webkit-box-shadow: 1px 1px 3px 2px #f73dfa; box-shadow: 1px 1px 3px 2px #f73dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,61,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f73dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f73dfa; -webkit-box-shadow: 1px 1px 3px 2px #f73dfa; box-shadow: 1px 1px 3px 2px #f73dfa;">
Div content here</div>
This div box has shadow with color #f73dfa
Comments
No comments written yet.
Please login to write comment.