Color spaces of #fc42cf
RGB | 252 | 66 | 207 |
---|---|---|---|
HSL | 0.87 | 0.97 | 0.62 |
HSV | 315° | 74° | 99° |
CMYK | 0.00 | 0.74 | 0.18 0.01 |
XYZ | 53.3556 | 29.0969 | 61.8356 |
Yxy | 29.0969 | 0.3698 | 0.2017 |
Hunter Lab | 53.9415 | 82.1633 | -30.2077 |
CIE-Lab | 60.8671 | 81.1384 | -33.0944 |
#fc42cf color RGB value is (252,66,207).
#fc42cf hex color red value is 252, green value is 66 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fc42cf hue: 0.87 , saturation: 0.97 and the lightness value of fc42cf is 0.62.
The process color (four color CMYK) of #fc42cf color hex is 0.00, 0.74, 0.18, 0.01. Web safe color of #fc42cf is #ff33cc. Color #fc42cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01000010 | 11001111 |
Octal | 374 | 102 | 317 |
Decimal | 252 | 66 | 207 |
Hex | FC | 42 | CF |
Shades of #fc42cf
Tints of #fc42cf
RGB Percentages of Color #fc42cf
CMYK Percentages of Color #fc42cf
Complementary Color
#fc42cf | #42fc6f |
#fc42cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc42cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc42cf Color CSS Codes
.mybgcolor {background-color:#fc42cf; } .myforecolor {color:#fc42cf; } .mybordercolor {border:3px solid #fc42cf; }
#fc42cf Text Font Color
<p style="color:#fc42cf">Text here</p>
This sample text font color is #fc42cf
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.
#fc42cf Background Color
<div style="background-color:#fc42cf">
Div content here</div>
This div background color is #fc42cf
#fc42cf Border Color
<div style="border:3px solid #fc42cf">
Div here</div>
This div border color is #fc42cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,66,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc42cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc42cf; -webkit-box-shadow: 1px 1px 3px 2px #fc42cf; box-shadow: 1px 1px 3px 2px #fc42cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,66,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc42cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc42cf; -webkit-box-shadow: 1px 1px 3px 2px #fc42cf; box-shadow: 1px 1px 3px 2px #fc42cf;">
Div content here</div>
This div box has shadow with color #fc42cf
Comments
No comments written yet.
Please login to write comment.