Color spaces of #f284de
RGB | 242 | 132 | 222 |
---|---|---|---|
HSL | 0.86 | 0.81 | 0.73 |
HSV | 311° | 45° | 95° |
CMYK | 0.00 | 0.45 | 0.08 0.05 |
XYZ | 58.0540 | 40.6537 | 73.8944 |
Yxy | 40.6537 | 0.3363 | 0.2355 |
Hunter Lab | 63.7603 | 50.9446 | -24.0815 |
CIE-Lab | 69.9326 | 53.8307 | -27.5978 |
#f284de color RGB value is (242,132,222).
#f284de hex color red value is 242, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f284de hue: 0.86 , saturation: 0.81 and the lightness value of f284de is 0.73.
The process color (four color CMYK) of #f284de color hex is 0.00, 0.45, 0.08, 0.05. Web safe color of #f284de is #ff99cc. Color #f284de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10000100 | 11011110 |
Octal | 362 | 204 | 336 |
Decimal | 242 | 132 | 222 |
Hex | F2 | 84 | DE |
Shades of #f284de
Tints of #f284de
RGB Percentages of Color #f284de
CMYK Percentages of Color #f284de
Complementary Color
#f284de | #84f298 |
#f284de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f284de Color Preview on White Background
Lorem ipsum dolor sit amet.
#f284de Color CSS Codes
.mybgcolor {background-color:#f284de; } .myforecolor {color:#f284de; } .mybordercolor {border:3px solid #f284de; }
#f284de Text Font Color
<p style="color:#f284de">Text here</p>
This sample text font color is #f284de
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.
#f284de Background Color
<div style="background-color:#f284de">
Div content here</div>
This div background color is #f284de
#f284de Border Color
<div style="border:3px solid #f284de">
Div here</div>
This div border color is #f284de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,132,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f284de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f284de; -webkit-box-shadow: 1px 1px 3px 2px #f284de; box-shadow: 1px 1px 3px 2px #f284de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,132,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f284de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f284de; -webkit-box-shadow: 1px 1px 3px 2px #f284de; box-shadow: 1px 1px 3px 2px #f284de;">
Div content here</div>
This div box has shadow with color #f284de
Comments
No comments written yet.
Please login to write comment.