Color spaces of #fb1138
RGB | 251 | 17 | 56 |
---|---|---|---|
HSL | 0.97 | 0.97 | 0.53 |
HSV | 350° | 93° | 98° |
CMYK | 0.00 | 0.93 | 0.78 0.02 |
XYZ | 40.6979 | 21.1957 | 5.6875 |
Yxy | 21.1957 | 0.6022 | 0.3136 |
Hunter Lab | 46.0388 | 77.2246 | 24.9026 |
CIE-Lab | 53.1630 | 78.7446 | 44.4841 |
#fb1138 color RGB value is (251,17,56).
#fb1138 hex color red value is 251, green value is 17 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #fb1138 hue: 0.97 , saturation: 0.97 and the lightness value of fb1138 is 0.53.
The process color (four color CMYK) of #fb1138 color hex is 0.00, 0.93, 0.78, 0.02. Web safe color of #fb1138 is #ff0033. Color #fb1138 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00010001 | 00111000 |
Octal | 373 | 21 | 70 |
Decimal | 251 | 17 | 56 |
Hex | FB | 11 | 38 |
Shades of #fb1138
Tints of #fb1138
RGB Percentages of Color #fb1138
CMYK Percentages of Color #fb1138
Complementary Color
#fb1138 | #11fbd4 |
#fb1138 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb1138 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb1138 Color CSS Codes
.mybgcolor {background-color:#fb1138; } .myforecolor {color:#fb1138; } .mybordercolor {border:3px solid #fb1138; }
#fb1138 Text Font Color
<p style="color:#fb1138">Text here</p>
This sample text font color is #fb1138
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.
#fb1138 Background Color
<div style="background-color:#fb1138">
Div content here</div>
This div background color is #fb1138
#fb1138 Border Color
<div style="border:3px solid #fb1138">
Div here</div>
This div border color is #fb1138
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,17,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb1138; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb1138; -webkit-box-shadow: 1px 1px 3px 2px #fb1138; box-shadow: 1px 1px 3px 2px #fb1138; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,17,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb1138">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb1138; -webkit-box-shadow: 1px 1px 3px 2px #fb1138; box-shadow: 1px 1px 3px 2px #fb1138;">
Div content here</div>
This div box has shadow with color #fb1138
Comments
No comments written yet.
Please login to write comment.