Color spaces of #fb128d
RGB | 251 | 18 | 141 |
---|---|---|---|
HSL | 0.91 | 0.97 | 0.53 |
HSV | 328° | 93° | 98° |
CMYK | 0.00 | 0.93 | 0.44 0.02 |
XYZ | 44.8077 | 22.8649 | 27.2510 |
Yxy | 22.8649 | 0.4720 | 0.2409 |
Hunter Lab | 47.8173 | 83.5852 | -0.3172 |
CIE-Lab | 54.9329 | 83.3967 | -3.7406 |
#fb128d color RGB value is (251,18,141).
#fb128d hex color red value is 251, green value is 18 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fb128d hue: 0.91 , saturation: 0.97 and the lightness value of fb128d is 0.53.
The process color (four color CMYK) of #fb128d color hex is 0.00, 0.93, 0.44, 0.02. Web safe color of #fb128d is #ff0099. Color #fb128d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00010010 | 10001101 |
Octal | 373 | 22 | 215 |
Decimal | 251 | 18 | 141 |
Hex | FB | 12 | 8D |
Shades of #fb128d
Tints of #fb128d
RGB Percentages of Color #fb128d
CMYK Percentages of Color #fb128d
Complementary Color
#fb128d | #12fb80 |
#fb128d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb128d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb128d Color CSS Codes
.mybgcolor {background-color:#fb128d; } .myforecolor {color:#fb128d; } .mybordercolor {border:3px solid #fb128d; }
#fb128d Text Font Color
<p style="color:#fb128d">Text here</p>
This sample text font color is #fb128d
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.
#fb128d Background Color
<div style="background-color:#fb128d">
Div content here</div>
This div background color is #fb128d
#fb128d Border Color
<div style="border:3px solid #fb128d">
Div here</div>
This div border color is #fb128d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,18,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb128d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb128d; -webkit-box-shadow: 1px 1px 3px 2px #fb128d; box-shadow: 1px 1px 3px 2px #fb128d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,18,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb128d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb128d; -webkit-box-shadow: 1px 1px 3px 2px #fb128d; box-shadow: 1px 1px 3px 2px #fb128d;">
Div content here</div>
This div box has shadow with color #fb128d
Comments
No comments written yet.
Please login to write comment.