Color spaces of #f071cd
RGB | 240 | 113 | 205 |
---|---|---|---|
HSL | 0.88 | 0.81 | 0.69 |
HSV | 317° | 53° | 94° |
CMYK | 0.00 | 0.53 | 0.15 0.06 |
XYZ | 52.8598 | 34.7433 | 61.6777 |
Yxy | 34.7433 | 0.3541 | 0.2327 |
Hunter Lab | 58.9434 | 56.9257 | -20.7799 |
CIE-Lab | 65.5483 | 59.6790 | -24.8822 |
#f071cd color RGB value is (240,113,205).
#f071cd hex color red value is 240, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f071cd hue: 0.88 , saturation: 0.81 and the lightness value of f071cd is 0.69.
The process color (four color CMYK) of #f071cd color hex is 0.00, 0.53, 0.15, 0.06. Web safe color of #f071cd is #ff66cc. Color #f071cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01110001 | 11001101 |
Octal | 360 | 161 | 315 |
Decimal | 240 | 113 | 205 |
Hex | F0 | 71 | CD |
Shades of #f071cd
Tints of #f071cd
RGB Percentages of Color #f071cd
CMYK Percentages of Color #f071cd
Complementary Color
#f071cd | #71f094 |
#f071cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f071cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f071cd Color CSS Codes
.mybgcolor {background-color:#f071cd; } .myforecolor {color:#f071cd; } .mybordercolor {border:3px solid #f071cd; }
#f071cd Text Font Color
<p style="color:#f071cd">Text here</p>
This sample text font color is #f071cd
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.
#f071cd Background Color
<div style="background-color:#f071cd">
Div content here</div>
This div background color is #f071cd
#f071cd Border Color
<div style="border:3px solid #f071cd">
Div here</div>
This div border color is #f071cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,113,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f071cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f071cd; -webkit-box-shadow: 1px 1px 3px 2px #f071cd; box-shadow: 1px 1px 3px 2px #f071cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,113,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f071cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f071cd; -webkit-box-shadow: 1px 1px 3px 2px #f071cd; box-shadow: 1px 1px 3px 2px #f071cd;">
Div content here</div>
This div box has shadow with color #f071cd
Comments
No comments written yet.
Please login to write comment.