Color spaces of #f21bdd
RGB | 242 | 27 | 221 |
---|---|---|---|
HSL | 0.85 | 0.89 | 0.53 |
HSV | 306° | 89° | 95° |
CMYK | 0.00 | 0.89 | 0.09 0.05 |
XYZ | 50.0610 | 24.8816 | 70.5707 |
Yxy | 24.8816 | 0.3440 | 0.1710 |
Hunter Lab | 49.8815 | 91.8499 | -48.9646 |
CIE-Lab | 56.9599 | 89.3092 | -47.2889 |
#f21bdd color RGB value is (242,27,221).
#f21bdd hex color red value is 242, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f21bdd hue: 0.85 , saturation: 0.89 and the lightness value of f21bdd is 0.53.
The process color (four color CMYK) of #f21bdd color hex is 0.00, 0.89, 0.09, 0.05. Web safe color of #f21bdd is #ff33cc. Color #f21bdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00011011 | 11011101 |
Octal | 362 | 33 | 335 |
Decimal | 242 | 27 | 221 |
Hex | F2 | 1B | DD |
Shades of #f21bdd
Tints of #f21bdd
RGB Percentages of Color #f21bdd
CMYK Percentages of Color #f21bdd
Complementary Color
#f21bdd | #1bf230 |
#f21bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f21bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f21bdd Color CSS Codes
.mybgcolor {background-color:#f21bdd; } .myforecolor {color:#f21bdd; } .mybordercolor {border:3px solid #f21bdd; }
#f21bdd Text Font Color
<p style="color:#f21bdd">Text here</p>
This sample text font color is #f21bdd
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.
#f21bdd Background Color
<div style="background-color:#f21bdd">
Div content here</div>
This div background color is #f21bdd
#f21bdd Border Color
<div style="border:3px solid #f21bdd">
Div here</div>
This div border color is #f21bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,27,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f21bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f21bdd; -webkit-box-shadow: 1px 1px 3px 2px #f21bdd; box-shadow: 1px 1px 3px 2px #f21bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,27,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f21bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f21bdd; -webkit-box-shadow: 1px 1px 3px 2px #f21bdd; box-shadow: 1px 1px 3px 2px #f21bdd;">
Div content here</div>
This div box has shadow with color #f21bdd
Comments
No comments written yet.
Please login to write comment.