Color spaces of #f664dc
RGB | 246 | 100 | 220 |
---|---|---|---|
HSL | 0.86 | 0.89 | 0.68 |
HSV | 311° | 59° | 96° |
CMYK | 0.00 | 0.59 | 0.11 0.04 |
XYZ | 55.4815 | 33.8745 | 71.3244 |
Yxy | 33.8745 | 0.3453 | 0.2108 |
Hunter Lab | 58.2018 | 68.3039 | -31.9167 |
CIE-Lab | 64.8628 | 69.3221 | -34.2771 |
#f664dc color RGB value is (246,100,220).
#f664dc hex color red value is 246, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f664dc hue: 0.86 , saturation: 0.89 and the lightness value of f664dc is 0.68.
The process color (four color CMYK) of #f664dc color hex is 0.00, 0.59, 0.11, 0.04. Web safe color of #f664dc is #ff66cc. Color #f664dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01100100 | 11011100 |
Octal | 366 | 144 | 334 |
Decimal | 246 | 100 | 220 |
Hex | F6 | 64 | DC |
Shades of #f664dc
Tints of #f664dc
RGB Percentages of Color #f664dc
CMYK Percentages of Color #f664dc
Complementary Color
#f664dc | #64f67e |
#f664dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f664dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f664dc Color CSS Codes
.mybgcolor {background-color:#f664dc; } .myforecolor {color:#f664dc; } .mybordercolor {border:3px solid #f664dc; }
#f664dc Text Font Color
<p style="color:#f664dc">Text here</p>
This sample text font color is #f664dc
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.
#f664dc Background Color
<div style="background-color:#f664dc">
Div content here</div>
This div background color is #f664dc
#f664dc Border Color
<div style="border:3px solid #f664dc">
Div here</div>
This div border color is #f664dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,100,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f664dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f664dc; -webkit-box-shadow: 1px 1px 3px 2px #f664dc; box-shadow: 1px 1px 3px 2px #f664dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,100,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 #f664dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f664dc; -webkit-box-shadow: 1px 1px 3px 2px #f664dc; box-shadow: 1px 1px 3px 2px #f664dc;">
Div content here</div>
This div box has shadow with color #f664dc
Comments
No comments written yet.
Please login to write comment.