Color spaces of #fb127c
RGB | 251 | 18 | 124 |
---|---|---|---|
HSL | 0.92 | 0.97 | 0.53 |
HSV | 333° | 93° | 98° |
CMYK | 0.00 | 0.93 | 0.51 0.02 |
XYZ | 43.6381 | 22.3971 | 21.0919 |
Yxy | 22.3971 | 0.5009 | 0.2571 |
Hunter Lab | 47.3256 | 81.7720 | 6.7037 |
CIE-Lab | 54.4458 | 82.0804 | 5.7365 |
#fb127c color RGB value is (251,18,124).
#fb127c hex color red value is 251, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fb127c hue: 0.92 , saturation: 0.97 and the lightness value of fb127c is 0.53.
The process color (four color CMYK) of #fb127c color hex is 0.00, 0.93, 0.51, 0.02. Web safe color of #fb127c is #ff0066. Color #fb127c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00010010 | 01111100 |
Octal | 373 | 22 | 174 |
Decimal | 251 | 18 | 124 |
Hex | FB | 12 | 7C |
Shades of #fb127c
Tints of #fb127c
RGB Percentages of Color #fb127c
CMYK Percentages of Color #fb127c
Complementary Color
#fb127c | #12fb91 |
#fb127c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb127c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb127c Color CSS Codes
.mybgcolor {background-color:#fb127c; } .myforecolor {color:#fb127c; } .mybordercolor {border:3px solid #fb127c; }
#fb127c Text Font Color
<p style="color:#fb127c">Text here</p>
This sample text font color is #fb127c
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.
#fb127c Background Color
<div style="background-color:#fb127c">
Div content here</div>
This div background color is #fb127c
#fb127c Border Color
<div style="border:3px solid #fb127c">
Div here</div>
This div border color is #fb127c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,18,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb127c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb127c; -webkit-box-shadow: 1px 1px 3px 2px #fb127c; box-shadow: 1px 1px 3px 2px #fb127c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,18,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb127c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb127c; -webkit-box-shadow: 1px 1px 3px 2px #fb127c; box-shadow: 1px 1px 3px 2px #fb127c;">
Div content here</div>
This div box has shadow with color #fb127c
Comments
No comments written yet.
Please login to write comment.