Color spaces of #f35ebe
RGB | 243 | 94 | 190 |
---|---|---|---|
HSL | 0.89 | 0.86 | 0.66 |
HSV | 321° | 61° | 95° |
CMYK | 0.00 | 0.61 | 0.22 0.05 |
XYZ | 50.2591 | 30.7778 | 52.0070 |
Yxy | 30.7778 | 0.3778 | 0.2313 |
Hunter Lab | 55.4777 | 64.6229 | -16.7463 |
CIE-Lab | 62.3196 | 66.7388 | -21.3040 |
#f35ebe color RGB value is (243,94,190).
#f35ebe hex color red value is 243, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f35ebe hue: 0.89 , saturation: 0.86 and the lightness value of f35ebe is 0.66.
The process color (four color CMYK) of #f35ebe color hex is 0.00, 0.61, 0.22, 0.05. Web safe color of #f35ebe is #ff66cc. Color #f35ebe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 01011110 | 10111110 |
Octal | 363 | 136 | 276 |
Decimal | 243 | 94 | 190 |
Hex | F3 | 5E | BE |
Shades of #f35ebe
Tints of #f35ebe
RGB Percentages of Color #f35ebe
CMYK Percentages of Color #f35ebe
Complementary Color
#f35ebe | #5ef393 |
#f35ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f35ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f35ebe Color CSS Codes
.mybgcolor {background-color:#f35ebe; } .myforecolor {color:#f35ebe; } .mybordercolor {border:3px solid #f35ebe; }
#f35ebe Text Font Color
<p style="color:#f35ebe">Text here</p>
This sample text font color is #f35ebe
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.
#f35ebe Background Color
<div style="background-color:#f35ebe">
Div content here</div>
This div background color is #f35ebe
#f35ebe Border Color
<div style="border:3px solid #f35ebe">
Div here</div>
This div border color is #f35ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,94,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f35ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f35ebe; -webkit-box-shadow: 1px 1px 3px 2px #f35ebe; box-shadow: 1px 1px 3px 2px #f35ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,94,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 #f35ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f35ebe; -webkit-box-shadow: 1px 1px 3px 2px #f35ebe; box-shadow: 1px 1px 3px 2px #f35ebe;">
Div content here</div>
This div box has shadow with color #f35ebe
Comments
No comments written yet.
Please login to write comment.