Color spaces of #fc389f
RGB | 252 | 56 | 159 |
---|---|---|---|
HSL | 0.91 | 0.97 | 0.60 |
HSV | 328° | 78° | 99° |
CMYK | 0.00 | 0.78 | 0.37 0.01 |
XYZ | 47.8171 | 26.0270 | 35.3044 |
Yxy | 26.0270 | 0.4381 | 0.2385 |
Hunter Lab | 51.0167 | 78.0260 | -5.3180 |
CIE-Lab | 58.0627 | 78.4302 | -9.7056 |
#fc389f color RGB value is (252,56,159).
#fc389f hex color red value is 252, green value is 56 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fc389f hue: 0.91 , saturation: 0.97 and the lightness value of fc389f is 0.60.
The process color (four color CMYK) of #fc389f color hex is 0.00, 0.78, 0.37, 0.01. Web safe color of #fc389f is #ff3399. Color #fc389f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00111000 | 10011111 |
Octal | 374 | 70 | 237 |
Decimal | 252 | 56 | 159 |
Hex | FC | 38 | 9F |
Shades of #fc389f
Tints of #fc389f
RGB Percentages of Color #fc389f
CMYK Percentages of Color #fc389f
Complementary Color
#fc389f | #38fc95 |
#fc389f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc389f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc389f Color CSS Codes
.mybgcolor {background-color:#fc389f; } .myforecolor {color:#fc389f; } .mybordercolor {border:3px solid #fc389f; }
#fc389f Text Font Color
<p style="color:#fc389f">Text here</p>
This sample text font color is #fc389f
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.
#fc389f Background Color
<div style="background-color:#fc389f">
Div content here</div>
This div background color is #fc389f
#fc389f Border Color
<div style="border:3px solid #fc389f">
Div here</div>
This div border color is #fc389f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,56,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc389f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc389f; -webkit-box-shadow: 1px 1px 3px 2px #fc389f; box-shadow: 1px 1px 3px 2px #fc389f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,56,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc389f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc389f; -webkit-box-shadow: 1px 1px 3px 2px #fc389f; box-shadow: 1px 1px 3px 2px #fc389f;">
Div content here</div>
This div box has shadow with color #fc389f
Comments
No comments written yet.
Please login to write comment.