Color spaces of #fb61ff
RGB | 251 | 97 | 255 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.69 |
HSV | 298° | 62° | 100° |
CMYK | 0.02 | 0.62 | 0.00 0.00 |
XYZ | 62.1084 | 36.2786 | 98.3367 |
Yxy | 36.2786 | 0.3157 | 0.1844 |
Hunter Lab | 60.2317 | 78.6561 | -54.6370 |
CIE-Lab | 66.7322 | 77.2798 | -50.6804 |
#fb61ff color RGB value is (251,97,255).
#fb61ff hex color red value is 251, green value is 97 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fb61ff hue: 0.83 , saturation: 1.00 and the lightness value of fb61ff is 0.69.
The process color (four color CMYK) of #fb61ff color hex is 0.02, 0.62, 0.00, 0.00. Web safe color of #fb61ff is #ff66ff. Color #fb61ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01100001 | 11111111 |
Octal | 373 | 141 | 377 |
Decimal | 251 | 97 | 255 |
Hex | FB | 61 | FF |
Shades of #fb61ff
Tints of #fb61ff
RGB Percentages of Color #fb61ff
CMYK Percentages of Color #fb61ff
Complementary Color
#fb61ff | #65ff61 |
#fb61ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb61ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb61ff Color CSS Codes
.mybgcolor {background-color:#fb61ff; } .myforecolor {color:#fb61ff; } .mybordercolor {border:3px solid #fb61ff; }
#fb61ff Text Font Color
<p style="color:#fb61ff">Text here</p>
This sample text font color is #fb61ff
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.
#fb61ff Background Color
<div style="background-color:#fb61ff">
Div content here</div>
This div background color is #fb61ff
#fb61ff Border Color
<div style="border:3px solid #fb61ff">
Div here</div>
This div border color is #fb61ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,97,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb61ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb61ff; -webkit-box-shadow: 1px 1px 3px 2px #fb61ff; box-shadow: 1px 1px 3px 2px #fb61ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,97,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 #fb61ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb61ff; -webkit-box-shadow: 1px 1px 3px 2px #fb61ff; box-shadow: 1px 1px 3px 2px #fb61ff;">
Div content here</div>
This div box has shadow with color #fb61ff
Comments
No comments written yet.
Please login to write comment.