Color spaces of #fc629c
RGB | 252 | 98 | 156 |
---|---|---|---|
HSL | 0.94 | 0.96 | 0.69 |
HSV | 337° | 61° | 99° |
CMYK | 0.00 | 0.61 | 0.38 0.01 |
XYZ | 50.5133 | 31.8311 | 34.9342 |
Yxy | 31.8311 | 0.4307 | 0.2714 |
Hunter Lab | 56.4191 | 61.0819 | 2.7815 |
CIE-Lab | 63.2030 | 63.6114 | -0.3609 |
#fc629c color RGB value is (252,98,156).
#fc629c hex color red value is 252, green value is 98 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fc629c hue: 0.94 , saturation: 0.96 and the lightness value of fc629c is 0.69.
The process color (four color CMYK) of #fc629c color hex is 0.00, 0.61, 0.38, 0.01. Web safe color of #fc629c is #ff6699. Color #fc629c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01100010 | 10011100 |
Octal | 374 | 142 | 234 |
Decimal | 252 | 98 | 156 |
Hex | FC | 62 | 9C |
Shades of #fc629c
Tints of #fc629c
RGB Percentages of Color #fc629c
CMYK Percentages of Color #fc629c
Complementary Color
#fc629c | #62fcc2 |
#fc629c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc629c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc629c Color CSS Codes
.mybgcolor {background-color:#fc629c; } .myforecolor {color:#fc629c; } .mybordercolor {border:3px solid #fc629c; }
#fc629c Text Font Color
<p style="color:#fc629c">Text here</p>
This sample text font color is #fc629c
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.
#fc629c Background Color
<div style="background-color:#fc629c">
Div content here</div>
This div background color is #fc629c
#fc629c Border Color
<div style="border:3px solid #fc629c">
Div here</div>
This div border color is #fc629c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,98,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc629c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc629c; -webkit-box-shadow: 1px 1px 3px 2px #fc629c; box-shadow: 1px 1px 3px 2px #fc629c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,98,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc629c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc629c; -webkit-box-shadow: 1px 1px 3px 2px #fc629c; box-shadow: 1px 1px 3px 2px #fc629c;">
Div content here</div>
This div box has shadow with color #fc629c
Comments
No comments written yet.
Please login to write comment.