Color spaces of #f262fd
RGB | 242 | 98 | 253 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.69 |
HSV | 296° | 61° | 99° |
CMYK | 0.04 | 0.61 | 0.00 0.01 |
XYZ | 58.7153 | 34.7045 | 96.5325 |
Yxy | 34.7045 | 0.3091 | 0.1827 |
Hunter Lab | 58.9105 | 74.8150 | -55.9170 |
CIE-Lab | 65.5180 | 74.4641 | -51.5845 |
#f262fd color RGB value is (242,98,253).
#f262fd hex color red value is 242, green value is 98 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f262fd hue: 0.82 , saturation: 0.97 and the lightness value of f262fd is 0.69.
The process color (four color CMYK) of #f262fd color hex is 0.04, 0.61, 0.00, 0.01. Web safe color of #f262fd is #ff66ff. Color #f262fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01100010 | 11111101 |
Octal | 362 | 142 | 375 |
Decimal | 242 | 98 | 253 |
Hex | F2 | 62 | FD |
Shades of #f262fd
Tints of #f262fd
RGB Percentages of Color #f262fd
CMYK Percentages of Color #f262fd
Complementary Color
#f262fd | #6dfd62 |
#f262fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f262fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f262fd Color CSS Codes
.mybgcolor {background-color:#f262fd; } .myforecolor {color:#f262fd; } .mybordercolor {border:3px solid #f262fd; }
#f262fd Text Font Color
<p style="color:#f262fd">Text here</p>
This sample text font color is #f262fd
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.
#f262fd Background Color
<div style="background-color:#f262fd">
Div content here</div>
This div background color is #f262fd
#f262fd Border Color
<div style="border:3px solid #f262fd">
Div here</div>
This div border color is #f262fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,98,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f262fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f262fd; -webkit-box-shadow: 1px 1px 3px 2px #f262fd; box-shadow: 1px 1px 3px 2px #f262fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,98,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 #f262fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f262fd; -webkit-box-shadow: 1px 1px 3px 2px #f262fd; box-shadow: 1px 1px 3px 2px #f262fd;">
Div content here</div>
This div box has shadow with color #f262fd
Comments
No comments written yet.
Please login to write comment.