Color spaces of #fb32ac
RGB | 251 | 50 | 172 |
---|---|---|---|
HSL | 0.90 | 0.96 | 0.59 |
HSV | 324° | 80° | 98° |
CMYK | 0.00 | 0.80 | 0.31 0.02 |
XYZ | 48.3707 | 25.7690 | 41.4542 |
Yxy | 25.7690 | 0.4185 | 0.2229 |
Hunter Lab | 50.7632 | 81.2517 | -12.8831 |
CIE-Lab | 57.8171 | 81.0173 | -17.6840 |
#fb32ac color RGB value is (251,50,172).
#fb32ac hex color red value is 251, green value is 50 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fb32ac hue: 0.90 , saturation: 0.96 and the lightness value of fb32ac is 0.59.
The process color (four color CMYK) of #fb32ac color hex is 0.00, 0.80, 0.31, 0.02. Web safe color of #fb32ac is #ff3399. Color #fb32ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00110010 | 10101100 |
Octal | 373 | 62 | 254 |
Decimal | 251 | 50 | 172 |
Hex | FB | 32 | AC |
Shades of #fb32ac
Tints of #fb32ac
RGB Percentages of Color #fb32ac
CMYK Percentages of Color #fb32ac
Complementary Color
#fb32ac | #32fb81 |
#fb32ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb32ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb32ac Color CSS Codes
.mybgcolor {background-color:#fb32ac; } .myforecolor {color:#fb32ac; } .mybordercolor {border:3px solid #fb32ac; }
#fb32ac Text Font Color
<p style="color:#fb32ac">Text here</p>
This sample text font color is #fb32ac
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.
#fb32ac Background Color
<div style="background-color:#fb32ac">
Div content here</div>
This div background color is #fb32ac
#fb32ac Border Color
<div style="border:3px solid #fb32ac">
Div here</div>
This div border color is #fb32ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,50,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb32ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb32ac; -webkit-box-shadow: 1px 1px 3px 2px #fb32ac; box-shadow: 1px 1px 3px 2px #fb32ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,50,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb32ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb32ac; -webkit-box-shadow: 1px 1px 3px 2px #fb32ac; box-shadow: 1px 1px 3px 2px #fb32ac;">
Div content here</div>
This div box has shadow with color #fb32ac
Comments
No comments written yet.
Please login to write comment.