Color spaces of #f50abd
RGB | 245 | 10 | 189 |
---|---|---|---|
HSL | 0.87 | 0.92 | 0.50 |
HSV | 314° | 96° | 96° |
CMYK | 0.00 | 0.96 | 0.23 0.04 |
XYZ | 46.9500 | 23.3037 | 50.1676 |
Yxy | 23.3037 | 0.3899 | 0.1935 |
Hunter Lab | 48.2739 | 89.1253 | -27.8241 |
CIE-Lab | 55.3838 | 87.5587 | -31.3970 |
#f50abd color RGB value is (245,10,189).
#f50abd hex color red value is 245, green value is 10 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f50abd hue: 0.87 , saturation: 0.92 and the lightness value of f50abd is 0.50.
The process color (four color CMYK) of #f50abd color hex is 0.00, 0.96, 0.23, 0.04. Web safe color of #f50abd is #ff00cc. Color #f50abd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 00001010 | 10111101 |
Octal | 365 | 12 | 275 |
Decimal | 245 | 10 | 189 |
Hex | F5 | A | BD |
Shades of #f50abd
Tints of #f50abd
RGB Percentages of Color #f50abd
CMYK Percentages of Color #f50abd
Complementary Color
#f50abd | #0af542 |
#f50abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f50abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f50abd Color CSS Codes
.mybgcolor {background-color:#f50abd; } .myforecolor {color:#f50abd; } .mybordercolor {border:3px solid #f50abd; }
#f50abd Text Font Color
<p style="color:#f50abd">Text here</p>
This sample text font color is #f50abd
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.
#f50abd Background Color
<div style="background-color:#f50abd">
Div content here</div>
This div background color is #f50abd
#f50abd Border Color
<div style="border:3px solid #f50abd">
Div here</div>
This div border color is #f50abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,10,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f50abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f50abd; -webkit-box-shadow: 1px 1px 3px 2px #f50abd; box-shadow: 1px 1px 3px 2px #f50abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,10,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f50abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f50abd; -webkit-box-shadow: 1px 1px 3px 2px #f50abd; box-shadow: 1px 1px 3px 2px #f50abd;">
Div content here</div>
This div box has shadow with color #f50abd
Comments
No comments written yet.
Please login to write comment.