Color spaces of #f50bae
RGB | 245 | 11 | 174 |
---|---|---|---|
HSL | 0.88 | 0.92 | 0.50 |
HSV | 318° | 96° | 96° |
CMYK | 0.00 | 0.96 | 0.29 0.04 |
XYZ | 45.4158 | 22.7078 | 42.0338 |
Yxy | 22.7078 | 0.4123 | 0.2061 |
Hunter Lab | 47.6527 | 86.7287 | -18.9420 |
CIE-Lab | 54.7701 | 85.8510 | -23.6099 |
#f50bae color RGB value is (245,11,174).
#f50bae hex color red value is 245, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f50bae hue: 0.88 , saturation: 0.92 and the lightness value of f50bae is 0.50.
The process color (four color CMYK) of #f50bae color hex is 0.00, 0.96, 0.29, 0.04. Web safe color of #f50bae is #ff0099. Color #f50bae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 00001011 | 10101110 |
Octal | 365 | 13 | 256 |
Decimal | 245 | 11 | 174 |
Hex | F5 | B | AE |
Shades of #f50bae
Tints of #f50bae
RGB Percentages of Color #f50bae
CMYK Percentages of Color #f50bae
Complementary Color
#f50bae | #0bf552 |
#f50bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f50bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#f50bae Color CSS Codes
.mybgcolor {background-color:#f50bae; } .myforecolor {color:#f50bae; } .mybordercolor {border:3px solid #f50bae; }
#f50bae Text Font Color
<p style="color:#f50bae">Text here</p>
This sample text font color is #f50bae
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.
#f50bae Background Color
<div style="background-color:#f50bae">
Div content here</div>
This div background color is #f50bae
#f50bae Border Color
<div style="border:3px solid #f50bae">
Div here</div>
This div border color is #f50bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,11,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f50bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f50bae; -webkit-box-shadow: 1px 1px 3px 2px #f50bae; box-shadow: 1px 1px 3px 2px #f50bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,11,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f50bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f50bae; -webkit-box-shadow: 1px 1px 3px 2px #f50bae; box-shadow: 1px 1px 3px 2px #f50bae;">
Div content here</div>
This div box has shadow with color #f50bae
Comments
No comments written yet.
Please login to write comment.