Color spaces of #fc4adf
RGB | 252 | 74 | 223 |
---|---|---|---|
HSL | 0.86 | 0.97 | 0.64 |
HSV | 310° | 71° | 99° |
CMYK | 0.00 | 0.71 | 0.12 0.01 |
XYZ | 55.9129 | 30.9207 | 72.8334 |
Yxy | 30.9207 | 0.3502 | 0.1937 |
Hunter Lab | 55.6064 | 82.1728 | -38.7337 |
CIE-Lab | 62.4406 | 80.8429 | -39.6698 |
#fc4adf color RGB value is (252,74,223).
#fc4adf hex color red value is 252, green value is 74 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fc4adf hue: 0.86 , saturation: 0.97 and the lightness value of fc4adf is 0.64.
The process color (four color CMYK) of #fc4adf color hex is 0.00, 0.71, 0.12, 0.01. Web safe color of #fc4adf is #ff33cc. Color #fc4adf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01001010 | 11011111 |
Octal | 374 | 112 | 337 |
Decimal | 252 | 74 | 223 |
Hex | FC | 4A | DF |
Shades of #fc4adf
Tints of #fc4adf
RGB Percentages of Color #fc4adf
CMYK Percentages of Color #fc4adf
Complementary Color
#fc4adf | #4afc67 |
#fc4adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc4adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc4adf Color CSS Codes
.mybgcolor {background-color:#fc4adf; } .myforecolor {color:#fc4adf; } .mybordercolor {border:3px solid #fc4adf; }
#fc4adf Text Font Color
<p style="color:#fc4adf">Text here</p>
This sample text font color is #fc4adf
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.
#fc4adf Background Color
<div style="background-color:#fc4adf">
Div content here</div>
This div background color is #fc4adf
#fc4adf Border Color
<div style="border:3px solid #fc4adf">
Div here</div>
This div border color is #fc4adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,74,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc4adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc4adf; -webkit-box-shadow: 1px 1px 3px 2px #fc4adf; box-shadow: 1px 1px 3px 2px #fc4adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,74,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc4adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc4adf; -webkit-box-shadow: 1px 1px 3px 2px #fc4adf; box-shadow: 1px 1px 3px 2px #fc4adf;">
Div content here</div>
This div box has shadow with color #fc4adf
Comments
No comments written yet.
Please login to write comment.