Color spaces of #f22cdb
RGB | 242 | 44 | 219 |
---|---|---|---|
HSL | 0.85 | 0.88 | 0.56 |
HSV | 307° | 82° | 95° |
CMYK | 0.00 | 0.82 | 0.10 0.05 |
XYZ | 50.3048 | 25.7931 | 69.3450 |
Yxy | 25.7931 | 0.3459 | 0.1773 |
Hunter Lab | 50.7869 | 87.9285 | -45.4044 |
CIE-Lab | 57.8401 | 86.1694 | -44.7633 |
#f22cdb color RGB value is (242,44,219).
#f22cdb hex color red value is 242, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f22cdb hue: 0.85 , saturation: 0.88 and the lightness value of f22cdb is 0.56.
The process color (four color CMYK) of #f22cdb color hex is 0.00, 0.82, 0.10, 0.05. Web safe color of #f22cdb is #ff33cc. Color #f22cdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00101100 | 11011011 |
Octal | 362 | 54 | 333 |
Decimal | 242 | 44 | 219 |
Hex | F2 | 2C | DB |
Shades of #f22cdb
Tints of #f22cdb
RGB Percentages of Color #f22cdb
CMYK Percentages of Color #f22cdb
Complementary Color
#f22cdb | #2cf243 |
#f22cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f22cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f22cdb Color CSS Codes
.mybgcolor {background-color:#f22cdb; } .myforecolor {color:#f22cdb; } .mybordercolor {border:3px solid #f22cdb; }
#f22cdb Text Font Color
<p style="color:#f22cdb">Text here</p>
This sample text font color is #f22cdb
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.
#f22cdb Background Color
<div style="background-color:#f22cdb">
Div content here</div>
This div background color is #f22cdb
#f22cdb Border Color
<div style="border:3px solid #f22cdb">
Div here</div>
This div border color is #f22cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,44,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f22cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f22cdb; -webkit-box-shadow: 1px 1px 3px 2px #f22cdb; box-shadow: 1px 1px 3px 2px #f22cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,44,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f22cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f22cdb; -webkit-box-shadow: 1px 1px 3px 2px #f22cdb; box-shadow: 1px 1px 3px 2px #f22cdb;">
Div content here</div>
This div box has shadow with color #f22cdb
Comments
No comments written yet.
Please login to write comment.