Color spaces of #fb15ea
RGB | 251 | 21 | 234 |
---|---|---|---|
HSL | 0.85 | 0.97 | 0.53 |
HSV | 304° | 92° | 98° |
CMYK | 0.00 | 0.92 | 0.07 0.02 |
XYZ | 54.9031 | 26.9861 | 80.1570 |
Yxy | 26.9861 | 0.3388 | 0.1665 |
Hunter Lab | 51.9481 | 97.7443 | -55.1219 |
CIE-Lab | 58.9615 | 93.3019 | -51.3448 |
#fb15ea color RGB value is (251,21,234).
#fb15ea hex color red value is 251, green value is 21 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fb15ea hue: 0.85 , saturation: 0.97 and the lightness value of fb15ea is 0.53.
The process color (four color CMYK) of #fb15ea color hex is 0.00, 0.92, 0.07, 0.02. Web safe color of #fb15ea is #ff00ff. Color #fb15ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00010101 | 11101010 |
Octal | 373 | 25 | 352 |
Decimal | 251 | 21 | 234 |
Hex | FB | 15 | EA |
Shades of #fb15ea
Tints of #fb15ea
RGB Percentages of Color #fb15ea
CMYK Percentages of Color #fb15ea
Complementary Color
#fb15ea | #15fb26 |
#fb15ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb15ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb15ea Color CSS Codes
.mybgcolor {background-color:#fb15ea; } .myforecolor {color:#fb15ea; } .mybordercolor {border:3px solid #fb15ea; }
#fb15ea Text Font Color
<p style="color:#fb15ea">Text here</p>
This sample text font color is #fb15ea
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.
#fb15ea Background Color
<div style="background-color:#fb15ea">
Div content here</div>
This div background color is #fb15ea
#fb15ea Border Color
<div style="border:3px solid #fb15ea">
Div here</div>
This div border color is #fb15ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,21,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb15ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb15ea; -webkit-box-shadow: 1px 1px 3px 2px #fb15ea; box-shadow: 1px 1px 3px 2px #fb15ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,21,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 #fb15ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb15ea; -webkit-box-shadow: 1px 1px 3px 2px #fb15ea; box-shadow: 1px 1px 3px 2px #fb15ea;">
Div content here</div>
This div box has shadow with color #fb15ea
Comments
No comments written yet.
Please login to write comment.