Color spaces of #fb324e
RGB | 251 | 50 | 78 |
---|---|---|---|
HSL | 0.98 | 0.96 | 0.59 |
HSV | 352° | 80° | 98° |
CMYK | 0.00 | 0.80 | 0.69 0.02 |
XYZ | 42.2994 | 23.3405 | 9.4835 |
Yxy | 23.3405 | 0.5631 | 0.3107 |
Hunter Lab | 48.3120 | 71.7390 | 22.1800 |
CIE-Lab | 55.4213 | 73.8902 | 34.4860 |
#fb324e color RGB value is (251,50,78).
#fb324e hex color red value is 251, green value is 50 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fb324e hue: 0.98 , saturation: 0.96 and the lightness value of fb324e is 0.59.
The process color (four color CMYK) of #fb324e color hex is 0.00, 0.80, 0.69, 0.02. Web safe color of #fb324e is #ff3366. Color #fb324e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00110010 | 01001110 |
Octal | 373 | 62 | 116 |
Decimal | 251 | 50 | 78 |
Hex | FB | 32 | 4E |
Shades of #fb324e
Tints of #fb324e
RGB Percentages of Color #fb324e
CMYK Percentages of Color #fb324e
Complementary Color
#fb324e | #32fbdf |
#fb324e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb324e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb324e Color CSS Codes
.mybgcolor {background-color:#fb324e; } .myforecolor {color:#fb324e; } .mybordercolor {border:3px solid #fb324e; }
#fb324e Text Font Color
<p style="color:#fb324e">Text here</p>
This sample text font color is #fb324e
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.
#fb324e Background Color
<div style="background-color:#fb324e">
Div content here</div>
This div background color is #fb324e
#fb324e Border Color
<div style="border:3px solid #fb324e">
Div here</div>
This div border color is #fb324e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,50,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb324e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb324e; -webkit-box-shadow: 1px 1px 3px 2px #fb324e; box-shadow: 1px 1px 3px 2px #fb324e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,50,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb324e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb324e; -webkit-box-shadow: 1px 1px 3px 2px #fb324e; box-shadow: 1px 1px 3px 2px #fb324e;">
Div content here</div>
This div box has shadow with color #fb324e
Comments
No comments written yet.
Please login to write comment.