Color spaces of #f54bab
RGB | 245 | 75 | 171 |
---|---|---|---|
HSL | 0.91 | 0.89 | 0.63 |
HSV | 326° | 69° | 96° |
CMYK | 0.00 | 0.69 | 0.30 0.04 |
XYZ | 47.5230 | 27.3849 | 41.3092 |
Yxy | 27.3849 | 0.4089 | 0.2356 |
Hunter Lab | 52.3306 | 70.5228 | -10.1715 |
CIE-Lab | 59.3289 | 72.1553 | -14.9082 |
#f54bab color RGB value is (245,75,171).
#f54bab hex color red value is 245, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f54bab hue: 0.91 , saturation: 0.89 and the lightness value of f54bab is 0.63.
The process color (four color CMYK) of #f54bab color hex is 0.00, 0.69, 0.30, 0.04. Web safe color of #f54bab is #ff3399. Color #f54bab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01001011 | 10101011 |
Octal | 365 | 113 | 253 |
Decimal | 245 | 75 | 171 |
Hex | F5 | 4B | AB |
Shades of #f54bab
Tints of #f54bab
RGB Percentages of Color #f54bab
CMYK Percentages of Color #f54bab
Complementary Color
#f54bab | #4bf595 |
#f54bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f54bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#f54bab Color CSS Codes
.mybgcolor {background-color:#f54bab; } .myforecolor {color:#f54bab; } .mybordercolor {border:3px solid #f54bab; }
#f54bab Text Font Color
<p style="color:#f54bab">Text here</p>
This sample text font color is #f54bab
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.
#f54bab Background Color
<div style="background-color:#f54bab">
Div content here</div>
This div background color is #f54bab
#f54bab Border Color
<div style="border:3px solid #f54bab">
Div here</div>
This div border color is #f54bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,75,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f54bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f54bab; -webkit-box-shadow: 1px 1px 3px 2px #f54bab; box-shadow: 1px 1px 3px 2px #f54bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,75,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f54bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f54bab; -webkit-box-shadow: 1px 1px 3px 2px #f54bab; box-shadow: 1px 1px 3px 2px #f54bab;">
Div content here</div>
This div box has shadow with color #f54bab
Comments
No comments written yet.
Please login to write comment.