Color spaces of #fe2bbb
RGB | 254 | 43 | 187 |
---|---|---|---|
HSL | 0.89 | 0.99 | 0.58 |
HSV | 319° | 83° | 100° |
CMYK | 0.00 | 0.83 | 0.26 0.00 |
XYZ | 50.7066 | 26.3864 | 49.4343 |
Yxy | 26.3864 | 0.4008 | 0.2085 |
Hunter Lab | 51.3677 | 86.3093 | -21.1010 |
CIE-Lab | 58.4020 | 84.8214 | -25.4368 |
#fe2bbb color RGB value is (254,43,187).
#fe2bbb hex color red value is 254, green value is 43 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fe2bbb hue: 0.89 , saturation: 0.99 and the lightness value of fe2bbb is 0.58.
The process color (four color CMYK) of #fe2bbb color hex is 0.00, 0.83, 0.26, 0.00. Web safe color of #fe2bbb is #ff33cc. Color #fe2bbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00101011 | 10111011 |
Octal | 376 | 53 | 273 |
Decimal | 254 | 43 | 187 |
Hex | FE | 2B | BB |
Shades of #fe2bbb
Tints of #fe2bbb
RGB Percentages of Color #fe2bbb
CMYK Percentages of Color #fe2bbb
Complementary Color
#fe2bbb | #2bfe6e |
#fe2bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe2bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe2bbb Color CSS Codes
.mybgcolor {background-color:#fe2bbb; } .myforecolor {color:#fe2bbb; } .mybordercolor {border:3px solid #fe2bbb; }
#fe2bbb Text Font Color
<p style="color:#fe2bbb">Text here</p>
This sample text font color is #fe2bbb
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.
#fe2bbb Background Color
<div style="background-color:#fe2bbb">
Div content here</div>
This div background color is #fe2bbb
#fe2bbb Border Color
<div style="border:3px solid #fe2bbb">
Div here</div>
This div border color is #fe2bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,43,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe2bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe2bbb; -webkit-box-shadow: 1px 1px 3px 2px #fe2bbb; box-shadow: 1px 1px 3px 2px #fe2bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,43,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 #fe2bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe2bbb; -webkit-box-shadow: 1px 1px 3px 2px #fe2bbb; box-shadow: 1px 1px 3px 2px #fe2bbb;">
Div content here</div>
This div box has shadow with color #fe2bbb
Comments
No comments written yet.
Please login to write comment.