Color spaces of #fc297c
RGB | 252 | 41 | 124 |
---|---|---|---|
HSL | 0.93 | 0.97 | 0.57 |
HSV | 336° | 84° | 99° |
CMYK | 0.00 | 0.84 | 0.51 0.01 |
XYZ | 44.5759 | 23.7366 | 21.3010 |
Yxy | 23.7366 | 0.4974 | 0.2649 |
Hunter Lab | 48.7202 | 78.0557 | 8.1819 |
CIE-Lab | 55.8231 | 78.8874 | 7.7300 |
#fc297c color RGB value is (252,41,124).
#fc297c hex color red value is 252, green value is 41 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fc297c hue: 0.93 , saturation: 0.97 and the lightness value of fc297c is 0.57.
The process color (four color CMYK) of #fc297c color hex is 0.00, 0.84, 0.51, 0.01. Web safe color of #fc297c is #ff3366. Color #fc297c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00101001 | 01111100 |
Octal | 374 | 51 | 174 |
Decimal | 252 | 41 | 124 |
Hex | FC | 29 | 7C |
Shades of #fc297c
Tints of #fc297c
RGB Percentages of Color #fc297c
CMYK Percentages of Color #fc297c
Complementary Color
#fc297c | #29fca9 |
#fc297c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc297c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc297c Color CSS Codes
.mybgcolor {background-color:#fc297c; } .myforecolor {color:#fc297c; } .mybordercolor {border:3px solid #fc297c; }
#fc297c Text Font Color
<p style="color:#fc297c">Text here</p>
This sample text font color is #fc297c
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.
#fc297c Background Color
<div style="background-color:#fc297c">
Div content here</div>
This div background color is #fc297c
#fc297c Border Color
<div style="border:3px solid #fc297c">
Div here</div>
This div border color is #fc297c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,41,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc297c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc297c; -webkit-box-shadow: 1px 1px 3px 2px #fc297c; box-shadow: 1px 1px 3px 2px #fc297c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,41,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc297c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc297c; -webkit-box-shadow: 1px 1px 3px 2px #fc297c; box-shadow: 1px 1px 3px 2px #fc297c;">
Div content here</div>
This div box has shadow with color #fc297c
Comments
No comments written yet.
Please login to write comment.