Color spaces of #fb323e
RGB | 251 | 50 | 62 |
---|---|---|---|
HSL | 0.99 | 0.96 | 0.59 |
HSV | 356° | 80° | 98° |
CMYK | 0.00 | 0.80 | 0.75 0.02 |
XYZ | 41.7938 | 23.1382 | 6.8208 |
Yxy | 23.1382 | 0.5825 | 0.3225 |
Hunter Lab | 48.1022 | 70.9117 | 25.2643 |
CIE-Lab | 55.2144 | 73.2551 | 43.3528 |
#fb323e color RGB value is (251,50,62).
#fb323e hex color red value is 251, green value is 50 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fb323e hue: 0.99 , saturation: 0.96 and the lightness value of fb323e is 0.59.
The process color (four color CMYK) of #fb323e color hex is 0.00, 0.80, 0.75, 0.02. Web safe color of #fb323e is #ff3333. Color #fb323e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00110010 | 00111110 |
Octal | 373 | 62 | 76 |
Decimal | 251 | 50 | 62 |
Hex | FB | 32 | 3E |
Shades of #fb323e
Tints of #fb323e
RGB Percentages of Color #fb323e
CMYK Percentages of Color #fb323e
Complementary Color
#fb323e | #32fbef |
#fb323e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb323e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb323e Color CSS Codes
.mybgcolor {background-color:#fb323e; } .myforecolor {color:#fb323e; } .mybordercolor {border:3px solid #fb323e; }
#fb323e Text Font Color
<p style="color:#fb323e">Text here</p>
This sample text font color is #fb323e
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.
#fb323e Background Color
<div style="background-color:#fb323e">
Div content here</div>
This div background color is #fb323e
#fb323e Border Color
<div style="border:3px solid #fb323e">
Div here</div>
This div border color is #fb323e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,50,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb323e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb323e; -webkit-box-shadow: 1px 1px 3px 2px #fb323e; box-shadow: 1px 1px 3px 2px #fb323e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,50,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb323e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb323e; -webkit-box-shadow: 1px 1px 3px 2px #fb323e; box-shadow: 1px 1px 3px 2px #fb323e;">
Div content here</div>
This div box has shadow with color #fb323e
Comments
No comments written yet.
Please login to write comment.