Color spaces of #f569dc
RGB | 245 | 105 | 220 |
---|---|---|---|
HSL | 0.86 | 0.88 | 0.69 |
HSV | 311° | 57° | 96° |
CMYK | 0.00 | 0.57 | 0.10 0.04 |
XYZ | 55.6260 | 34.6829 | 71.4728 |
Yxy | 34.6829 | 0.3438 | 0.2144 |
Hunter Lab | 58.8922 | 65.5390 | -30.7311 |
CIE-Lab | 65.5010 | 66.9337 | -33.2972 |
#f569dc color RGB value is (245,105,220).
#f569dc hex color red value is 245, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f569dc hue: 0.86 , saturation: 0.88 and the lightness value of f569dc is 0.69.
The process color (four color CMYK) of #f569dc color hex is 0.00, 0.57, 0.10, 0.04. Web safe color of #f569dc is #ff66cc. Color #f569dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01101001 | 11011100 |
Octal | 365 | 151 | 334 |
Decimal | 245 | 105 | 220 |
Hex | F5 | 69 | DC |
Shades of #f569dc
Tints of #f569dc
RGB Percentages of Color #f569dc
CMYK Percentages of Color #f569dc
Complementary Color
#f569dc | #69f582 |
#f569dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f569dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f569dc Color CSS Codes
.mybgcolor {background-color:#f569dc; } .myforecolor {color:#f569dc; } .mybordercolor {border:3px solid #f569dc; }
#f569dc Text Font Color
<p style="color:#f569dc">Text here</p>
This sample text font color is #f569dc
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.
#f569dc Background Color
<div style="background-color:#f569dc">
Div content here</div>
This div background color is #f569dc
#f569dc Border Color
<div style="border:3px solid #f569dc">
Div here</div>
This div border color is #f569dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,105,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f569dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f569dc; -webkit-box-shadow: 1px 1px 3px 2px #f569dc; box-shadow: 1px 1px 3px 2px #f569dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,105,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f569dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f569dc; -webkit-box-shadow: 1px 1px 3px 2px #f569dc; box-shadow: 1px 1px 3px 2px #f569dc;">
Div content here</div>
This div box has shadow with color #f569dc
Comments
No comments written yet.
Please login to write comment.