Color spaces of #f263eb
RGB | 242 | 99 | 235 |
---|---|---|---|
HSL | 0.84 | 0.85 | 0.67 |
HSV | 303° | 59° | 95° |
CMYK | 0.00 | 0.59 | 0.03 0.05 |
XYZ | 56.0752 | 33.7991 | 82.1656 |
Yxy | 33.7991 | 0.3259 | 0.1965 |
Hunter Lab | 58.1370 | 70.4299 | -43.0993 |
CIE-Lab | 64.8028 | 71.0661 | -42.7695 |
#f263eb color RGB value is (242,99,235).
#f263eb hex color red value is 242, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f263eb hue: 0.84 , saturation: 0.85 and the lightness value of f263eb is 0.67.
The process color (four color CMYK) of #f263eb color hex is 0.00, 0.59, 0.03, 0.05. Web safe color of #f263eb is #ff66ff. Color #f263eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01100011 | 11101011 |
Octal | 362 | 143 | 353 |
Decimal | 242 | 99 | 235 |
Hex | F2 | 63 | EB |
Shades of #f263eb
Tints of #f263eb
RGB Percentages of Color #f263eb
CMYK Percentages of Color #f263eb
Complementary Color
#f263eb | #63f26a |
#f263eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f263eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f263eb Color CSS Codes
.mybgcolor {background-color:#f263eb; } .myforecolor {color:#f263eb; } .mybordercolor {border:3px solid #f263eb; }
#f263eb Text Font Color
<p style="color:#f263eb">Text here</p>
This sample text font color is #f263eb
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.
#f263eb Background Color
<div style="background-color:#f263eb">
Div content here</div>
This div background color is #f263eb
#f263eb Border Color
<div style="border:3px solid #f263eb">
Div here</div>
This div border color is #f263eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,99,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f263eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f263eb; -webkit-box-shadow: 1px 1px 3px 2px #f263eb; box-shadow: 1px 1px 3px 2px #f263eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,99,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f263eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f263eb; -webkit-box-shadow: 1px 1px 3px 2px #f263eb; box-shadow: 1px 1px 3px 2px #f263eb;">
Div content here</div>
This div box has shadow with color #f263eb
Comments
No comments written yet.
Please login to write comment.