Color spaces of #ff97de
RGB | 255 | 151 | 222 |
---|---|---|---|
HSL | 0.89 | 1.00 | 0.80 |
HSV | 319° | 41° | 100° |
CMYK | 0.00 | 0.41 | 0.13 0.00 |
XYZ | 65.4914 | 48.6671 | 75.0492 |
Yxy | 48.6671 | 0.3461 | 0.2572 |
Hunter Lab | 69.7618 | 45.4901 | -14.9504 |
CIE-Lab | 75.2438 | 48.3312 | -19.3515 |
#ff97de color RGB value is (255,151,222).
#ff97de hex color red value is 255, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ff97de hue: 0.89 , saturation: 1.00 and the lightness value of ff97de is 0.80.
The process color (four color CMYK) of #ff97de color hex is 0.00, 0.41, 0.13, 0.00. Web safe color of #ff97de is #ff99cc. Color #ff97de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10010111 | 11011110 |
Octal | 377 | 227 | 336 |
Decimal | 255 | 151 | 222 |
Hex | FF | 97 | DE |
Shades of #ff97de
Tints of #ff97de
RGB Percentages of Color #ff97de
CMYK Percentages of Color #ff97de
Complementary Color
#ff97de | #97ffb8 |
#ff97de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff97de Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff97de Color CSS Codes
.mybgcolor {background-color:#ff97de; } .myforecolor {color:#ff97de; } .mybordercolor {border:3px solid #ff97de; }
#ff97de Text Font Color
<p style="color:#ff97de">Text here</p>
This sample text font color is #ff97de
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.
#ff97de Background Color
<div style="background-color:#ff97de">
Div content here</div>
This div background color is #ff97de
#ff97de Border Color
<div style="border:3px solid #ff97de">
Div here</div>
This div border color is #ff97de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,151,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff97de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff97de; -webkit-box-shadow: 1px 1px 3px 2px #ff97de; box-shadow: 1px 1px 3px 2px #ff97de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,151,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 #ff97de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff97de; -webkit-box-shadow: 1px 1px 3px 2px #ff97de; box-shadow: 1px 1px 3px 2px #ff97de;">
Div content here</div>
This div box has shadow with color #ff97de
Comments
No comments written yet.
Please login to write comment.