Color spaces of #f370bb
RGB | 243 | 112 | 187 |
---|---|---|---|
HSL | 0.90 | 0.85 | 0.70 |
HSV | 326° | 54° | 95° |
CMYK | 0.00 | 0.54 | 0.23 0.05 |
XYZ | 51.7260 | 34.2309 | 50.8947 |
Yxy | 34.2309 | 0.3780 | 0.2501 |
Hunter Lab | 58.5072 | 55.4237 | -10.6206 |
CIE-Lab | 65.1454 | 58.4545 | -15.3092 |
#f370bb color RGB value is (243,112,187).
#f370bb hex color red value is 243, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f370bb hue: 0.90 , saturation: 0.85 and the lightness value of f370bb is 0.70.
The process color (four color CMYK) of #f370bb color hex is 0.00, 0.54, 0.23, 0.05. Web safe color of #f370bb is #ff66cc. Color #f370bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 01110000 | 10111011 |
Octal | 363 | 160 | 273 |
Decimal | 243 | 112 | 187 |
Hex | F3 | 70 | BB |
Shades of #f370bb
Tints of #f370bb
RGB Percentages of Color #f370bb
CMYK Percentages of Color #f370bb
Complementary Color
#f370bb | #70f3a8 |
#f370bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f370bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f370bb Color CSS Codes
.mybgcolor {background-color:#f370bb; } .myforecolor {color:#f370bb; } .mybordercolor {border:3px solid #f370bb; }
#f370bb Text Font Color
<p style="color:#f370bb">Text here</p>
This sample text font color is #f370bb
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.
#f370bb Background Color
<div style="background-color:#f370bb">
Div content here</div>
This div background color is #f370bb
#f370bb Border Color
<div style="border:3px solid #f370bb">
Div here</div>
This div border color is #f370bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,112,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f370bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f370bb; -webkit-box-shadow: 1px 1px 3px 2px #f370bb; box-shadow: 1px 1px 3px 2px #f370bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,112,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f370bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f370bb; -webkit-box-shadow: 1px 1px 3px 2px #f370bb; box-shadow: 1px 1px 3px 2px #f370bb;">
Div content here</div>
This div box has shadow with color #f370bb
Comments
No comments written yet.
Please login to write comment.