Color spaces of #fe5bbb
RGB | 254 | 91 | 187 |
---|---|---|---|
HSL | 0.90 | 0.99 | 0.68 |
HSV | 325° | 64° | 100° |
CMYK | 0.00 | 0.64 | 0.26 0.00 |
XYZ | 53.5838 | 32.1409 | 50.3933 |
Yxy | 32.1409 | 0.3937 | 0.2361 |
Hunter Lab | 56.6929 | 69.4981 | -13.0167 |
CIE-Lab | 63.4592 | 70.5527 | -17.7052 |
#fe5bbb color RGB value is (254,91,187).
#fe5bbb hex color red value is 254, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fe5bbb hue: 0.90 , saturation: 0.99 and the lightness value of fe5bbb is 0.68.
The process color (four color CMYK) of #fe5bbb color hex is 0.00, 0.64, 0.26, 0.00. Web safe color of #fe5bbb is #ff66cc. Color #fe5bbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01011011 | 10111011 |
Octal | 376 | 133 | 273 |
Decimal | 254 | 91 | 187 |
Hex | FE | 5B | BB |
Shades of #fe5bbb
Tints of #fe5bbb
RGB Percentages of Color #fe5bbb
CMYK Percentages of Color #fe5bbb
Complementary Color
#fe5bbb | #5bfe9e |
#fe5bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe5bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe5bbb Color CSS Codes
.mybgcolor {background-color:#fe5bbb; } .myforecolor {color:#fe5bbb; } .mybordercolor {border:3px solid #fe5bbb; }
#fe5bbb Text Font Color
<p style="color:#fe5bbb">Text here</p>
This sample text font color is #fe5bbb
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.
#fe5bbb Background Color
<div style="background-color:#fe5bbb">
Div content here</div>
This div background color is #fe5bbb
#fe5bbb Border Color
<div style="border:3px solid #fe5bbb">
Div here</div>
This div border color is #fe5bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,91,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe5bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe5bbb; -webkit-box-shadow: 1px 1px 3px 2px #fe5bbb; box-shadow: 1px 1px 3px 2px #fe5bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,91,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 #fe5bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe5bbb; -webkit-box-shadow: 1px 1px 3px 2px #fe5bbb; box-shadow: 1px 1px 3px 2px #fe5bbb;">
Div content here</div>
This div box has shadow with color #fe5bbb
Comments
No comments written yet.
Please login to write comment.