Color spaces of #f95bdd
RGB | 249 | 91 | 221 |
---|---|---|---|
HSL | 0.86 | 0.93 | 0.67 |
HSV | 311° | 63° | 98° |
CMYK | 0.00 | 0.63 | 0.11 0.02 |
XYZ | 55.8592 | 32.8424 | 71.8017 |
Yxy | 32.8424 | 0.3480 | 0.2046 |
Hunter Lab | 57.3083 | 73.6970 | -34.1688 |
CIE-Lab | 64.0331 | 73.8446 | -36.0943 |
#f95bdd color RGB value is (249,91,221).
#f95bdd hex color red value is 249, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f95bdd hue: 0.86 , saturation: 0.93 and the lightness value of f95bdd is 0.67.
The process color (four color CMYK) of #f95bdd color hex is 0.00, 0.63, 0.11, 0.02. Web safe color of #f95bdd is #ff66cc. Color #f95bdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01011011 | 11011101 |
Octal | 371 | 133 | 335 |
Decimal | 249 | 91 | 221 |
Hex | F9 | 5B | DD |
Shades of #f95bdd
Tints of #f95bdd
RGB Percentages of Color #f95bdd
CMYK Percentages of Color #f95bdd
Complementary Color
#f95bdd | #5bf977 |
#f95bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f95bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f95bdd Color CSS Codes
.mybgcolor {background-color:#f95bdd; } .myforecolor {color:#f95bdd; } .mybordercolor {border:3px solid #f95bdd; }
#f95bdd Text Font Color
<p style="color:#f95bdd">Text here</p>
This sample text font color is #f95bdd
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.
#f95bdd Background Color
<div style="background-color:#f95bdd">
Div content here</div>
This div background color is #f95bdd
#f95bdd Border Color
<div style="border:3px solid #f95bdd">
Div here</div>
This div border color is #f95bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,91,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f95bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f95bdd; -webkit-box-shadow: 1px 1px 3px 2px #f95bdd; box-shadow: 1px 1px 3px 2px #f95bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,91,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 #f95bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f95bdd; -webkit-box-shadow: 1px 1px 3px 2px #f95bdd; box-shadow: 1px 1px 3px 2px #f95bdd;">
Div content here</div>
This div box has shadow with color #f95bdd
Comments
No comments written yet.
Please login to write comment.