Color spaces of #f31c93
RGB | 243 | 28 | 147 |
---|---|---|---|
HSL | 0.91 | 0.90 | 0.53 |
HSV | 327° | 88° | 95° |
CMYK | 0.00 | 0.88 | 0.40 0.05 |
XYZ | 42.6439 | 21.9918 | 29.6010 |
Yxy | 21.9918 | 0.4525 | 0.2334 |
Hunter Lab | 46.8954 | 80.2503 | -4.5978 |
CIE-Lab | 54.0183 | 80.9713 | -8.8411 |
#f31c93 color RGB value is (243,28,147).
#f31c93 hex color red value is 243, green value is 28 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f31c93 hue: 0.91 , saturation: 0.90 and the lightness value of f31c93 is 0.53.
The process color (four color CMYK) of #f31c93 color hex is 0.00, 0.88, 0.40, 0.05. Web safe color of #f31c93 is #ff3399. Color #f31c93 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 00011100 | 10010011 |
Octal | 363 | 34 | 223 |
Decimal | 243 | 28 | 147 |
Hex | F3 | 1C | 93 |
Shades of #f31c93
Tints of #f31c93
RGB Percentages of Color #f31c93
CMYK Percentages of Color #f31c93
Complementary Color
#f31c93 | #1cf37c |
#f31c93 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f31c93 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f31c93 Color CSS Codes
.mybgcolor {background-color:#f31c93; } .myforecolor {color:#f31c93; } .mybordercolor {border:3px solid #f31c93; }
#f31c93 Text Font Color
<p style="color:#f31c93">Text here</p>
This sample text font color is #f31c93
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.
#f31c93 Background Color
<div style="background-color:#f31c93">
Div content here</div>
This div background color is #f31c93
#f31c93 Border Color
<div style="border:3px solid #f31c93">
Div here</div>
This div border color is #f31c93
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,28,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f31c93; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f31c93; -webkit-box-shadow: 1px 1px 3px 2px #f31c93; box-shadow: 1px 1px 3px 2px #f31c93; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,28,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f31c93">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f31c93; -webkit-box-shadow: 1px 1px 3px 2px #f31c93; box-shadow: 1px 1px 3px 2px #f31c93;">
Div content here</div>
This div box has shadow with color #f31c93
Comments
No comments written yet.
Please login to write comment.