Color spaces of #f42ccc
RGB | 244 | 44 | 204 |
---|---|---|---|
HSL | 0.87 | 0.90 | 0.56 |
HSV | 312° | 82° | 96° |
CMYK | 0.00 | 0.82 | 0.16 0.04 |
XYZ | 49.1080 | 25.3941 | 59.4400 |
Yxy | 25.3941 | 0.3666 | 0.1896 |
Hunter Lab | 50.3926 | 85.7629 | -34.6601 |
CIE-Lab | 57.4574 | 84.5859 | -36.8061 |
#f42ccc color RGB value is (244,44,204).
#f42ccc hex color red value is 244, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f42ccc hue: 0.87 , saturation: 0.90 and the lightness value of f42ccc is 0.56.
The process color (four color CMYK) of #f42ccc color hex is 0.00, 0.82, 0.16, 0.04. Web safe color of #f42ccc is #ff33cc. Color #f42ccc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00101100 | 11001100 |
Octal | 364 | 54 | 314 |
Decimal | 244 | 44 | 204 |
Hex | F4 | 2C | CC |
Shades of #f42ccc
Tints of #f42ccc
RGB Percentages of Color #f42ccc
CMYK Percentages of Color #f42ccc
Complementary Color
#f42ccc | #2cf454 |
#f42ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f42ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f42ccc Color CSS Codes
.mybgcolor {background-color:#f42ccc; } .myforecolor {color:#f42ccc; } .mybordercolor {border:3px solid #f42ccc; }
#f42ccc Text Font Color
<p style="color:#f42ccc">Text here</p>
This sample text font color is #f42ccc
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.
#f42ccc Background Color
<div style="background-color:#f42ccc">
Div content here</div>
This div background color is #f42ccc
#f42ccc Border Color
<div style="border:3px solid #f42ccc">
Div here</div>
This div border color is #f42ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,44,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f42ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f42ccc; -webkit-box-shadow: 1px 1px 3px 2px #f42ccc; box-shadow: 1px 1px 3px 2px #f42ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,44,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f42ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f42ccc; -webkit-box-shadow: 1px 1px 3px 2px #f42ccc; box-shadow: 1px 1px 3px 2px #f42ccc;">
Div content here</div>
This div box has shadow with color #f42ccc
Comments
No comments written yet.
Please login to write comment.