Color spaces of #f083cd
RGB | 240 | 131 | 205 |
---|---|---|---|
HSL | 0.89 | 0.78 | 0.73 |
HSV | 319° | 45° | 94° |
CMYK | 0.00 | 0.45 | 0.15 0.06 |
XYZ | 55.0709 | 39.1656 | 62.4148 |
Yxy | 39.1656 | 0.3516 | 0.2500 |
Hunter Lab | 62.5824 | 47.5561 | -15.3235 |
CIE-Lab | 68.8711 | 51.0119 | -19.8099 |
#f083cd color RGB value is (240,131,205).
#f083cd hex color red value is 240, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f083cd hue: 0.89 , saturation: 0.78 and the lightness value of f083cd is 0.73.
The process color (four color CMYK) of #f083cd color hex is 0.00, 0.45, 0.15, 0.06. Web safe color of #f083cd is #ff99cc. Color #f083cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10000011 | 11001101 |
Octal | 360 | 203 | 315 |
Decimal | 240 | 131 | 205 |
Hex | F0 | 83 | CD |
Shades of #f083cd
Tints of #f083cd
RGB Percentages of Color #f083cd
CMYK Percentages of Color #f083cd
Complementary Color
#f083cd | #83f0a6 |
#f083cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f083cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f083cd Color CSS Codes
.mybgcolor {background-color:#f083cd; } .myforecolor {color:#f083cd; } .mybordercolor {border:3px solid #f083cd; }
#f083cd Text Font Color
<p style="color:#f083cd">Text here</p>
This sample text font color is #f083cd
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.
#f083cd Background Color
<div style="background-color:#f083cd">
Div content here</div>
This div background color is #f083cd
#f083cd Border Color
<div style="border:3px solid #f083cd">
Div here</div>
This div border color is #f083cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,131,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f083cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f083cd; -webkit-box-shadow: 1px 1px 3px 2px #f083cd; box-shadow: 1px 1px 3px 2px #f083cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,131,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 #f083cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f083cd; -webkit-box-shadow: 1px 1px 3px 2px #f083cd; box-shadow: 1px 1px 3px 2px #f083cd;">
Div content here</div>
This div box has shadow with color #f083cd
Comments
No comments written yet.
Please login to write comment.