Color spaces of #fb1abf
RGB | 251 | 26 | 191 |
---|---|---|---|
HSL | 0.88 | 0.97 | 0.54 |
HSV | 316° | 90° | 98° |
CMYK | 0.00 | 0.90 | 0.24 0.02 |
XYZ | 49.5570 | 25.0096 | 51.5056 |
Yxy | 25.0096 | 0.3931 | 0.1984 |
Hunter Lab | 50.0096 | 89.3677 | -26.0569 |
CIE-Lab | 57.0848 | 87.4111 | -29.8255 |
#fb1abf color RGB value is (251,26,191).
#fb1abf hex color red value is 251, green value is 26 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fb1abf hue: 0.88 , saturation: 0.97 and the lightness value of fb1abf is 0.54.
The process color (four color CMYK) of #fb1abf color hex is 0.00, 0.90, 0.24, 0.02. Web safe color of #fb1abf is #ff33cc. Color #fb1abf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00011010 | 10111111 |
Octal | 373 | 32 | 277 |
Decimal | 251 | 26 | 191 |
Hex | FB | 1A | BF |
Shades of #fb1abf
Tints of #fb1abf
RGB Percentages of Color #fb1abf
CMYK Percentages of Color #fb1abf
Complementary Color
#fb1abf | #1afb56 |
#fb1abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb1abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb1abf Color CSS Codes
.mybgcolor {background-color:#fb1abf; } .myforecolor {color:#fb1abf; } .mybordercolor {border:3px solid #fb1abf; }
#fb1abf Text Font Color
<p style="color:#fb1abf">Text here</p>
This sample text font color is #fb1abf
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.
#fb1abf Background Color
<div style="background-color:#fb1abf">
Div content here</div>
This div background color is #fb1abf
#fb1abf Border Color
<div style="border:3px solid #fb1abf">
Div here</div>
This div border color is #fb1abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,26,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb1abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb1abf; -webkit-box-shadow: 1px 1px 3px 2px #fb1abf; box-shadow: 1px 1px 3px 2px #fb1abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,26,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb1abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb1abf; -webkit-box-shadow: 1px 1px 3px 2px #fb1abf; box-shadow: 1px 1px 3px 2px #fb1abf;">
Div content here</div>
This div box has shadow with color #fb1abf
Comments
No comments written yet.
Please login to write comment.