Color spaces of #f62bff
RGB | 246 | 43 | 255 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.58 |
HSV | 297° | 83° | 100° |
CMYK | 0.04 | 0.83 | 0.00 0.00 |
XYZ | 56.9199 | 28.5406 | 97.1166 |
Yxy | 28.5406 | 0.3118 | 0.1563 |
Hunter Lab | 53.4234 | 96.6917 | -70.3849 |
CIE-Lab | 60.3740 | 92.2508 | -60.8400 |
#f62bff color RGB value is (246,43,255).
#f62bff hex color red value is 246, green value is 43 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f62bff hue: 0.83 , saturation: 1.00 and the lightness value of f62bff is 0.58.
The process color (four color CMYK) of #f62bff color hex is 0.04, 0.83, 0.00, 0.00. Web safe color of #f62bff is #ff33ff. Color #f62bff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 00101011 | 11111111 |
Octal | 366 | 53 | 377 |
Decimal | 246 | 43 | 255 |
Hex | F6 | 2B | FF |
Shades of #f62bff
Tints of #f62bff
RGB Percentages of Color #f62bff
CMYK Percentages of Color #f62bff
Complementary Color
#f62bff | #34ff2b |
#f62bff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f62bff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f62bff Color CSS Codes
.mybgcolor {background-color:#f62bff; } .myforecolor {color:#f62bff; } .mybordercolor {border:3px solid #f62bff; }
#f62bff Text Font Color
<p style="color:#f62bff">Text here</p>
This sample text font color is #f62bff
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.
#f62bff Background Color
<div style="background-color:#f62bff">
Div content here</div>
This div background color is #f62bff
#f62bff Border Color
<div style="border:3px solid #f62bff">
Div here</div>
This div border color is #f62bff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,43,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f62bff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f62bff; -webkit-box-shadow: 1px 1px 3px 2px #f62bff; box-shadow: 1px 1px 3px 2px #f62bff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,43,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f62bff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f62bff; -webkit-box-shadow: 1px 1px 3px 2px #f62bff; box-shadow: 1px 1px 3px 2px #f62bff;">
Div content here</div>
This div box has shadow with color #f62bff
Comments
No comments written yet.
Please login to write comment.