Color spaces of #fb4ebb
RGB | 251 | 78 | 187 |
---|---|---|---|
HSL | 0.89 | 0.96 | 0.65 |
HSV | 322° | 69° | 98° |
CMYK | 0.00 | 0.69 | 0.25 0.02 |
XYZ | 51.4777 | 29.5459 | 50.0035 |
Yxy | 29.5459 | 0.3929 | 0.2255 |
Hunter Lab | 54.3561 | 73.9243 | -16.4930 |
CIE-Lab | 61.2604 | 74.5460 | -21.0962 |
#fb4ebb color RGB value is (251,78,187).
#fb4ebb hex color red value is 251, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fb4ebb hue: 0.89 , saturation: 0.96 and the lightness value of fb4ebb is 0.65.
The process color (four color CMYK) of #fb4ebb color hex is 0.00, 0.69, 0.25, 0.02. Web safe color of #fb4ebb is #ff66cc. Color #fb4ebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01001110 | 10111011 |
Octal | 373 | 116 | 273 |
Decimal | 251 | 78 | 187 |
Hex | FB | 4E | BB |
Shades of #fb4ebb
Tints of #fb4ebb
RGB Percentages of Color #fb4ebb
CMYK Percentages of Color #fb4ebb
Complementary Color
#fb4ebb | #4efb8e |
#fb4ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb4ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb4ebb Color CSS Codes
.mybgcolor {background-color:#fb4ebb; } .myforecolor {color:#fb4ebb; } .mybordercolor {border:3px solid #fb4ebb; }
#fb4ebb Text Font Color
<p style="color:#fb4ebb">Text here</p>
This sample text font color is #fb4ebb
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.
#fb4ebb Background Color
<div style="background-color:#fb4ebb">
Div content here</div>
This div background color is #fb4ebb
#fb4ebb Border Color
<div style="border:3px solid #fb4ebb">
Div here</div>
This div border color is #fb4ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,78,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb4ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb4ebb; -webkit-box-shadow: 1px 1px 3px 2px #fb4ebb; box-shadow: 1px 1px 3px 2px #fb4ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,78,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb4ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb4ebb; -webkit-box-shadow: 1px 1px 3px 2px #fb4ebb; box-shadow: 1px 1px 3px 2px #fb4ebb;">
Div content here</div>
This div box has shadow with color #fb4ebb
Comments
No comments written yet.
Please login to write comment.