Color spaces of #f03983
RGB | 240 | 57 | 131 |
---|---|---|---|
HSL | 0.93 | 0.86 | 0.58 |
HSV | 336° | 76° | 94° |
CMYK | 0.00 | 0.76 | 0.45 0.06 |
XYZ | 41.4950 | 23.0902 | 23.7426 |
Yxy | 23.0902 | 0.4698 | 0.2614 |
Hunter Lab | 48.0523 | 70.0502 | 4.3414 |
CIE-Lab | 55.1651 | 72.5593 | 2.3189 |
#f03983 color RGB value is (240,57,131).
#f03983 hex color red value is 240, green value is 57 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #f03983 hue: 0.93 , saturation: 0.86 and the lightness value of f03983 is 0.58.
The process color (four color CMYK) of #f03983 color hex is 0.00, 0.76, 0.45, 0.06. Web safe color of #f03983 is #ff3399. Color #f03983 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 00111001 | 10000011 |
Octal | 360 | 71 | 203 |
Decimal | 240 | 57 | 131 |
Hex | F0 | 39 | 83 |
Shades of #f03983
Tints of #f03983
RGB Percentages of Color #f03983
CMYK Percentages of Color #f03983
Complementary Color
#f03983 | #39f0a6 |
#f03983 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f03983 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f03983 Color CSS Codes
.mybgcolor {background-color:#f03983; } .myforecolor {color:#f03983; } .mybordercolor {border:3px solid #f03983; }
#f03983 Text Font Color
<p style="color:#f03983">Text here</p>
This sample text font color is #f03983
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.
#f03983 Background Color
<div style="background-color:#f03983">
Div content here</div>
This div background color is #f03983
#f03983 Border Color
<div style="border:3px solid #f03983">
Div here</div>
This div border color is #f03983
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,57,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f03983; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f03983; -webkit-box-shadow: 1px 1px 3px 2px #f03983; box-shadow: 1px 1px 3px 2px #f03983; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,57,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f03983">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f03983; -webkit-box-shadow: 1px 1px 3px 2px #f03983; box-shadow: 1px 1px 3px 2px #f03983;">
Div content here</div>
This div box has shadow with color #f03983
Comments
No comments written yet.
Please login to write comment.