Color spaces of #fe3bbb
RGB | 254 | 59 | 187 |
---|---|---|---|
HSL | 0.89 | 0.99 | 0.61 |
HSV | 321° | 77° | 100° |
CMYK | 0.00 | 0.77 | 0.26 0.00 |
XYZ | 51.4067 | 27.7866 | 49.6676 |
Yxy | 27.7866 | 0.3989 | 0.2156 |
Hunter Lab | 52.7130 | 81.8288 | -18.9655 |
CIE-Lab | 59.6955 | 81.1041 | -23.4482 |
#fe3bbb color RGB value is (254,59,187).
#fe3bbb hex color red value is 254, green value is 59 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fe3bbb hue: 0.89 , saturation: 0.99 and the lightness value of fe3bbb is 0.61.
The process color (four color CMYK) of #fe3bbb color hex is 0.00, 0.77, 0.26, 0.00. Web safe color of #fe3bbb is #ff33cc. Color #fe3bbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00111011 | 10111011 |
Octal | 376 | 73 | 273 |
Decimal | 254 | 59 | 187 |
Hex | FE | 3B | BB |
Shades of #fe3bbb
Tints of #fe3bbb
RGB Percentages of Color #fe3bbb
CMYK Percentages of Color #fe3bbb
Complementary Color
#fe3bbb | #3bfe7e |
#fe3bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe3bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe3bbb Color CSS Codes
.mybgcolor {background-color:#fe3bbb; } .myforecolor {color:#fe3bbb; } .mybordercolor {border:3px solid #fe3bbb; }
#fe3bbb Text Font Color
<p style="color:#fe3bbb">Text here</p>
This sample text font color is #fe3bbb
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.
#fe3bbb Background Color
<div style="background-color:#fe3bbb">
Div content here</div>
This div background color is #fe3bbb
#fe3bbb Border Color
<div style="border:3px solid #fe3bbb">
Div here</div>
This div border color is #fe3bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,59,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe3bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe3bbb; -webkit-box-shadow: 1px 1px 3px 2px #fe3bbb; box-shadow: 1px 1px 3px 2px #fe3bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,59,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 #fe3bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe3bbb; -webkit-box-shadow: 1px 1px 3px 2px #fe3bbb; box-shadow: 1px 1px 3px 2px #fe3bbb;">
Div content here</div>
This div box has shadow with color #fe3bbb
Comments
No comments written yet.
Please login to write comment.