Color spaces of #fb83ec
RGB | 251 | 131 | 236 |
---|---|---|---|
HSL | 0.85 | 0.94 | 0.75 |
HSV | 308° | 48° | 98° |
CMYK | 0.00 | 0.48 | 0.06 0.02 |
XYZ | 63.0403 | 42.7980 | 84.2951 |
Yxy | 42.7980 | 0.3316 | 0.2251 |
Hunter Lab | 65.4202 | 57.5211 | -30.6021 |
CIE-Lab | 71.4177 | 59.2434 | -32.9242 |
#fb83ec color RGB value is (251,131,236).
#fb83ec hex color red value is 251, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fb83ec hue: 0.85 , saturation: 0.94 and the lightness value of fb83ec is 0.75.
The process color (four color CMYK) of #fb83ec color hex is 0.00, 0.48, 0.06, 0.02. Web safe color of #fb83ec is #ff99ff. Color #fb83ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10000011 | 11101100 |
Octal | 373 | 203 | 354 |
Decimal | 251 | 131 | 236 |
Hex | FB | 83 | EC |
Shades of #fb83ec
Tints of #fb83ec
RGB Percentages of Color #fb83ec
CMYK Percentages of Color #fb83ec
Complementary Color
#fb83ec | #83fb92 |
#fb83ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb83ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb83ec Color CSS Codes
.mybgcolor {background-color:#fb83ec; } .myforecolor {color:#fb83ec; } .mybordercolor {border:3px solid #fb83ec; }
#fb83ec Text Font Color
<p style="color:#fb83ec">Text here</p>
This sample text font color is #fb83ec
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.
#fb83ec Background Color
<div style="background-color:#fb83ec">
Div content here</div>
This div background color is #fb83ec
#fb83ec Border Color
<div style="border:3px solid #fb83ec">
Div here</div>
This div border color is #fb83ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,131,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb83ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb83ec; -webkit-box-shadow: 1px 1px 3px 2px #fb83ec; box-shadow: 1px 1px 3px 2px #fb83ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,131,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb83ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb83ec; -webkit-box-shadow: 1px 1px 3px 2px #fb83ec; box-shadow: 1px 1px 3px 2px #fb83ec;">
Div content here</div>
This div box has shadow with color #fb83ec
Comments
No comments written yet.
Please login to write comment.