Color spaces of #fb7bea
RGB | 251 | 123 | 234 |
---|---|---|---|
HSL | 0.86 | 0.94 | 0.73 |
HSV | 308° | 51° | 98° |
CMYK | 0.00 | 0.51 | 0.07 0.02 |
XYZ | 61.7179 | 40.6157 | 82.4286 |
Yxy | 40.6157 | 0.3340 | 0.2198 |
Hunter Lab | 63.7304 | 61.3349 | -32.0740 |
CIE-Lab | 69.9058 | 62.6893 | -34.1652 |
#fb7bea color RGB value is (251,123,234).
#fb7bea hex color red value is 251, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fb7bea hue: 0.86 , saturation: 0.94 and the lightness value of fb7bea is 0.73.
The process color (four color CMYK) of #fb7bea color hex is 0.00, 0.51, 0.07, 0.02. Web safe color of #fb7bea is #ff66ff. Color #fb7bea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01111011 | 11101010 |
Octal | 373 | 173 | 352 |
Decimal | 251 | 123 | 234 |
Hex | FB | 7B | EA |
Shades of #fb7bea
Tints of #fb7bea
RGB Percentages of Color #fb7bea
CMYK Percentages of Color #fb7bea
Complementary Color
#fb7bea | #7bfb8c |
#fb7bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb7bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb7bea Color CSS Codes
.mybgcolor {background-color:#fb7bea; } .myforecolor {color:#fb7bea; } .mybordercolor {border:3px solid #fb7bea; }
#fb7bea Text Font Color
<p style="color:#fb7bea">Text here</p>
This sample text font color is #fb7bea
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.
#fb7bea Background Color
<div style="background-color:#fb7bea">
Div content here</div>
This div background color is #fb7bea
#fb7bea Border Color
<div style="border:3px solid #fb7bea">
Div here</div>
This div border color is #fb7bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,123,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb7bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb7bea; -webkit-box-shadow: 1px 1px 3px 2px #fb7bea; box-shadow: 1px 1px 3px 2px #fb7bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,123,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 #fb7bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb7bea; -webkit-box-shadow: 1px 1px 3px 2px #fb7bea; box-shadow: 1px 1px 3px 2px #fb7bea;">
Div content here</div>
This div box has shadow with color #fb7bea
Comments
No comments written yet.
Please login to write comment.