Color spaces of #fb72eb
RGB | 251 | 114 | 235 |
---|---|---|---|
HSL | 0.85 | 0.94 | 0.72 |
HSV | 307° | 55° | 98° |
CMYK | 0.00 | 0.55 | 0.06 0.02 |
XYZ | 60.7964 | 38.5420 | 82.8323 |
Yxy | 38.5420 | 0.3337 | 0.2116 |
Hunter Lab | 62.0822 | 66.1592 | -35.6493 |
CIE-Lab | 68.4182 | 66.9359 | -37.0272 |
#fb72eb color RGB value is (251,114,235).
#fb72eb hex color red value is 251, green value is 114 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fb72eb hue: 0.85 , saturation: 0.94 and the lightness value of fb72eb is 0.72.
The process color (four color CMYK) of #fb72eb color hex is 0.00, 0.55, 0.06, 0.02. Web safe color of #fb72eb is #ff66ff. Color #fb72eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01110010 | 11101011 |
Octal | 373 | 162 | 353 |
Decimal | 251 | 114 | 235 |
Hex | FB | 72 | EB |
Shades of #fb72eb
Tints of #fb72eb
RGB Percentages of Color #fb72eb
CMYK Percentages of Color #fb72eb
Complementary Color
#fb72eb | #72fb82 |
#fb72eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb72eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb72eb Color CSS Codes
.mybgcolor {background-color:#fb72eb; } .myforecolor {color:#fb72eb; } .mybordercolor {border:3px solid #fb72eb; }
#fb72eb Text Font Color
<p style="color:#fb72eb">Text here</p>
This sample text font color is #fb72eb
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.
#fb72eb Background Color
<div style="background-color:#fb72eb">
Div content here</div>
This div background color is #fb72eb
#fb72eb Border Color
<div style="border:3px solid #fb72eb">
Div here</div>
This div border color is #fb72eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,114,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb72eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb72eb; -webkit-box-shadow: 1px 1px 3px 2px #fb72eb; box-shadow: 1px 1px 3px 2px #fb72eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,114,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb72eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb72eb; -webkit-box-shadow: 1px 1px 3px 2px #fb72eb; box-shadow: 1px 1px 3px 2px #fb72eb;">
Div content here</div>
This div box has shadow with color #fb72eb
Comments
No comments written yet.
Please login to write comment.