Color spaces of #fb32ea
RGB | 251 | 50 | 234 |
---|---|---|---|
HSL | 0.85 | 0.96 | 0.59 |
HSV | 305° | 80° | 98° |
CMYK | 0.00 | 0.80 | 0.07 0.02 |
XYZ | 55.7755 | 28.7309 | 80.4478 |
Yxy | 28.7309 | 0.3381 | 0.1742 |
Hunter Lab | 53.6012 | 91.9386 | -51.4650 |
CIE-Lab | 60.5434 | 88.6772 | -48.8354 |
#fb32ea color RGB value is (251,50,234).
#fb32ea hex color red value is 251, green value is 50 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fb32ea hue: 0.85 , saturation: 0.96 and the lightness value of fb32ea is 0.59.
The process color (four color CMYK) of #fb32ea color hex is 0.00, 0.80, 0.07, 0.02. Web safe color of #fb32ea is #ff33ff. Color #fb32ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00110010 | 11101010 |
Octal | 373 | 62 | 352 |
Decimal | 251 | 50 | 234 |
Hex | FB | 32 | EA |
Shades of #fb32ea
Tints of #fb32ea
RGB Percentages of Color #fb32ea
CMYK Percentages of Color #fb32ea
Complementary Color
#fb32ea | #32fb43 |
#fb32ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb32ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb32ea Color CSS Codes
.mybgcolor {background-color:#fb32ea; } .myforecolor {color:#fb32ea; } .mybordercolor {border:3px solid #fb32ea; }
#fb32ea Text Font Color
<p style="color:#fb32ea">Text here</p>
This sample text font color is #fb32ea
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.
#fb32ea Background Color
<div style="background-color:#fb32ea">
Div content here</div>
This div background color is #fb32ea
#fb32ea Border Color
<div style="border:3px solid #fb32ea">
Div here</div>
This div border color is #fb32ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,50,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb32ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb32ea; -webkit-box-shadow: 1px 1px 3px 2px #fb32ea; box-shadow: 1px 1px 3px 2px #fb32ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,50,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb32ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb32ea; -webkit-box-shadow: 1px 1px 3px 2px #fb32ea; box-shadow: 1px 1px 3px 2px #fb32ea;">
Div content here</div>
This div box has shadow with color #fb32ea
Comments
No comments written yet.
Please login to write comment.