Color spaces of #f30bca
RGB | 243 | 11 | 202 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.50 |
HSV | 311° | 95° | 95° |
CMYK | 0.00 | 0.95 | 0.17 0.05 |
XYZ | 47.7425 | 23.5583 | 57.9080 |
Yxy | 23.5583 | 0.3695 | 0.1823 |
Hunter Lab | 48.5369 | 90.6390 | -36.7614 |
CIE-Lab | 55.6428 | 88.6537 | -38.5181 |
#f30bca color RGB value is (243,11,202).
#f30bca hex color red value is 243, green value is 11 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f30bca hue: 0.86 , saturation: 0.91 and the lightness value of f30bca is 0.50.
The process color (four color CMYK) of #f30bca color hex is 0.00, 0.95, 0.17, 0.05. Web safe color of #f30bca is #ff00cc. Color #f30bca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 00001011 | 11001010 |
Octal | 363 | 13 | 312 |
Decimal | 243 | 11 | 202 |
Hex | F3 | B | CA |
Shades of #f30bca
Tints of #f30bca
RGB Percentages of Color #f30bca
CMYK Percentages of Color #f30bca
Complementary Color
#f30bca | #0bf334 |
#f30bca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f30bca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f30bca Color CSS Codes
.mybgcolor {background-color:#f30bca; } .myforecolor {color:#f30bca; } .mybordercolor {border:3px solid #f30bca; }
#f30bca Text Font Color
<p style="color:#f30bca">Text here</p>
This sample text font color is #f30bca
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.
#f30bca Background Color
<div style="background-color:#f30bca">
Div content here</div>
This div background color is #f30bca
#f30bca Border Color
<div style="border:3px solid #f30bca">
Div here</div>
This div border color is #f30bca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,11,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f30bca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f30bca; -webkit-box-shadow: 1px 1px 3px 2px #f30bca; box-shadow: 1px 1px 3px 2px #f30bca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,11,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f30bca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f30bca; -webkit-box-shadow: 1px 1px 3px 2px #f30bca; box-shadow: 1px 1px 3px 2px #f30bca;">
Div content here</div>
This div box has shadow with color #f30bca
Comments
No comments written yet.
Please login to write comment.