Color spaces of #f725dd
RGB | 247 | 37 | 221 |
---|---|---|---|
HSL | 0.85 | 0.93 | 0.56 |
HSV | 307° | 85° | 97° |
CMYK | 0.00 | 0.85 | 0.11 0.03 |
XYZ | 52.0705 | 26.3178 | 70.7420 |
Yxy | 26.3178 | 0.3492 | 0.1765 |
Hunter Lab | 51.3009 | 91.4013 | -45.8481 |
CIE-Lab | 58.3375 | 88.7033 | -45.0537 |
#f725dd color RGB value is (247,37,221).
#f725dd hex color red value is 247, green value is 37 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f725dd hue: 0.85 , saturation: 0.93 and the lightness value of f725dd is 0.56.
The process color (four color CMYK) of #f725dd color hex is 0.00, 0.85, 0.11, 0.03. Web safe color of #f725dd is #ff33cc. Color #f725dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00100101 | 11011101 |
Octal | 367 | 45 | 335 |
Decimal | 247 | 37 | 221 |
Hex | F7 | 25 | DD |
Shades of #f725dd
Tints of #f725dd
RGB Percentages of Color #f725dd
CMYK Percentages of Color #f725dd
Complementary Color
#f725dd | #25f73f |
#f725dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f725dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f725dd Color CSS Codes
.mybgcolor {background-color:#f725dd; } .myforecolor {color:#f725dd; } .mybordercolor {border:3px solid #f725dd; }
#f725dd Text Font Color
<p style="color:#f725dd">Text here</p>
This sample text font color is #f725dd
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.
#f725dd Background Color
<div style="background-color:#f725dd">
Div content here</div>
This div background color is #f725dd
#f725dd Border Color
<div style="border:3px solid #f725dd">
Div here</div>
This div border color is #f725dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,37,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f725dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f725dd; -webkit-box-shadow: 1px 1px 3px 2px #f725dd; box-shadow: 1px 1px 3px 2px #f725dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,37,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 #f725dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f725dd; -webkit-box-shadow: 1px 1px 3px 2px #f725dd; box-shadow: 1px 1px 3px 2px #f725dd;">
Div content here</div>
This div box has shadow with color #f725dd
Comments
No comments written yet.
Please login to write comment.