Color spaces of #f377be
RGB | 243 | 119 | 190 |
---|---|---|---|
HSL | 0.90 | 0.84 | 0.71 |
HSV | 326° | 51° | 95° |
CMYK | 0.00 | 0.51 | 0.22 0.05 |
XYZ | 52.8532 | 35.9660 | 52.8717 |
Yxy | 35.9660 | 0.3730 | 0.2538 |
Hunter Lab | 59.9717 | 52.3622 | -10.2906 |
CIE-Lab | 66.4939 | 55.5859 | -14.9685 |
#f377be color RGB value is (243,119,190).
#f377be hex color red value is 243, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f377be hue: 0.90 , saturation: 0.84 and the lightness value of f377be is 0.71.
The process color (four color CMYK) of #f377be color hex is 0.00, 0.51, 0.22, 0.05. Web safe color of #f377be is #ff66cc. Color #f377be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 01110111 | 10111110 |
Octal | 363 | 167 | 276 |
Decimal | 243 | 119 | 190 |
Hex | F3 | 77 | BE |
Shades of #f377be
Tints of #f377be
RGB Percentages of Color #f377be
CMYK Percentages of Color #f377be
Complementary Color
#f377be | #77f3ac |
#f377be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f377be Color Preview on White Background
Lorem ipsum dolor sit amet.
#f377be Color CSS Codes
.mybgcolor {background-color:#f377be; } .myforecolor {color:#f377be; } .mybordercolor {border:3px solid #f377be; }
#f377be Text Font Color
<p style="color:#f377be">Text here</p>
This sample text font color is #f377be
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.
#f377be Background Color
<div style="background-color:#f377be">
Div content here</div>
This div background color is #f377be
#f377be Border Color
<div style="border:3px solid #f377be">
Div here</div>
This div border color is #f377be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,119,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f377be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f377be; -webkit-box-shadow: 1px 1px 3px 2px #f377be; box-shadow: 1px 1px 3px 2px #f377be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,119,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f377be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f377be; -webkit-box-shadow: 1px 1px 3px 2px #f377be; box-shadow: 1px 1px 3px 2px #f377be;">
Div content here</div>
This div box has shadow with color #f377be
Comments
No comments written yet.
Please login to write comment.