Color spaces of #f646dc
RGB | 246 | 70 | 220 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.62 |
HSV | 309° | 72° | 96° |
CMYK | 0.00 | 0.72 | 0.11 0.04 |
XYZ | 53.1145 | 29.1405 | 70.5354 |
Yxy | 29.1405 | 0.3476 | 0.1907 |
Hunter Lab | 53.9819 | 81.1633 | -39.6838 |
CIE-Lab | 60.9054 | 80.3508 | -40.4574 |
#f646dc color RGB value is (246,70,220).
#f646dc hex color red value is 246, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f646dc hue: 0.86 , saturation: 0.91 and the lightness value of f646dc is 0.62.
The process color (four color CMYK) of #f646dc color hex is 0.00, 0.72, 0.11, 0.04. Web safe color of #f646dc is #ff33cc. Color #f646dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01000110 | 11011100 |
Octal | 366 | 106 | 334 |
Decimal | 246 | 70 | 220 |
Hex | F6 | 46 | DC |
Shades of #f646dc
Tints of #f646dc
RGB Percentages of Color #f646dc
CMYK Percentages of Color #f646dc
Complementary Color
#f646dc | #46f660 |
#f646dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f646dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f646dc Color CSS Codes
.mybgcolor {background-color:#f646dc; } .myforecolor {color:#f646dc; } .mybordercolor {border:3px solid #f646dc; }
#f646dc Text Font Color
<p style="color:#f646dc">Text here</p>
This sample text font color is #f646dc
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.
#f646dc Background Color
<div style="background-color:#f646dc">
Div content here</div>
This div background color is #f646dc
#f646dc Border Color
<div style="border:3px solid #f646dc">
Div here</div>
This div border color is #f646dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,70,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f646dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f646dc; -webkit-box-shadow: 1px 1px 3px 2px #f646dc; box-shadow: 1px 1px 3px 2px #f646dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,70,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 #f646dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f646dc; -webkit-box-shadow: 1px 1px 3px 2px #f646dc; box-shadow: 1px 1px 3px 2px #f646dc;">
Div content here</div>
This div box has shadow with color #f646dc
Comments
No comments written yet.
Please login to write comment.