Color spaces of #f642db
RGB | 246 | 66 | 219 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.61 |
HSV | 309° | 73° | 96° |
CMYK | 0.00 | 0.73 | 0.11 0.04 |
XYZ | 52.7404 | 28.6037 | 69.7592 |
Yxy | 28.6037 | 0.3490 | 0.1893 |
Hunter Lab | 53.4824 | 82.4292 | -39.8965 |
CIE-Lab | 60.4303 | 81.4297 | -40.6395 |
#f642db color RGB value is (246,66,219).
#f642db hex color red value is 246, green value is 66 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f642db hue: 0.86 , saturation: 0.91 and the lightness value of f642db is 0.61.
The process color (four color CMYK) of #f642db color hex is 0.00, 0.73, 0.11, 0.04. Web safe color of #f642db is #ff33cc. Color #f642db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01000010 | 11011011 |
Octal | 366 | 102 | 333 |
Decimal | 246 | 66 | 219 |
Hex | F6 | 42 | DB |
Shades of #f642db
Tints of #f642db
RGB Percentages of Color #f642db
CMYK Percentages of Color #f642db
Complementary Color
#f642db | #42f65d |
#f642db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f642db Color Preview on White Background
Lorem ipsum dolor sit amet.
#f642db Color CSS Codes
.mybgcolor {background-color:#f642db; } .myforecolor {color:#f642db; } .mybordercolor {border:3px solid #f642db; }
#f642db Text Font Color
<p style="color:#f642db">Text here</p>
This sample text font color is #f642db
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.
#f642db Background Color
<div style="background-color:#f642db">
Div content here</div>
This div background color is #f642db
#f642db Border Color
<div style="border:3px solid #f642db">
Div here</div>
This div border color is #f642db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,66,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f642db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f642db; -webkit-box-shadow: 1px 1px 3px 2px #f642db; box-shadow: 1px 1px 3px 2px #f642db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,66,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f642db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f642db; -webkit-box-shadow: 1px 1px 3px 2px #f642db; box-shadow: 1px 1px 3px 2px #f642db;">
Div content here</div>
This div box has shadow with color #f642db
Comments
No comments written yet.
Please login to write comment.