Color spaces of #ff5bea
RGB | 255 | 91 | 234 |
---|---|---|---|
HSL | 0.85 | 1.00 | 0.68 |
HSV | 308° | 64° | 100° |
CMYK | 0.00 | 0.64 | 0.08 0.00 |
XYZ | 59.8324 | 34.6827 | 81.3828 |
Yxy | 34.6827 | 0.3402 | 0.1972 |
Hunter Lab | 58.8920 | 78.2892 | -40.7084 |
CIE-Lab | 65.5009 | 77.2214 | -40.9858 |
#ff5bea color RGB value is (255,91,234).
#ff5bea hex color red value is 255, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ff5bea hue: 0.85 , saturation: 1.00 and the lightness value of ff5bea is 0.68.
The process color (four color CMYK) of #ff5bea color hex is 0.00, 0.64, 0.08, 0.00. Web safe color of #ff5bea is #ff66ff. Color #ff5bea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01011011 | 11101010 |
Octal | 377 | 133 | 352 |
Decimal | 255 | 91 | 234 |
Hex | FF | 5B | EA |
Shades of #ff5bea
Tints of #ff5bea
RGB Percentages of Color #ff5bea
CMYK Percentages of Color #ff5bea
Complementary Color
#ff5bea | #5bff70 |
#ff5bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff5bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff5bea Color CSS Codes
.mybgcolor {background-color:#ff5bea; } .myforecolor {color:#ff5bea; } .mybordercolor {border:3px solid #ff5bea; }
#ff5bea Text Font Color
<p style="color:#ff5bea">Text here</p>
This sample text font color is #ff5bea
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.
#ff5bea Background Color
<div style="background-color:#ff5bea">
Div content here</div>
This div background color is #ff5bea
#ff5bea Border Color
<div style="border:3px solid #ff5bea">
Div here</div>
This div border color is #ff5bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,91,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff5bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff5bea; -webkit-box-shadow: 1px 1px 3px 2px #ff5bea; box-shadow: 1px 1px 3px 2px #ff5bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,91,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 #ff5bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff5bea; -webkit-box-shadow: 1px 1px 3px 2px #ff5bea; box-shadow: 1px 1px 3px 2px #ff5bea;">
Div content here</div>
This div box has shadow with color #ff5bea
Comments
No comments written yet.
Please login to write comment.