Color spaces of #f66dad
RGB | 246 | 109 | 173 |
---|---|---|---|
HSL | 0.92 | 0.88 | 0.70 |
HSV | 332° | 56° | 96° |
CMYK | 0.00 | 0.56 | 0.30 0.04 |
XYZ | 51.0175 | 33.5472 | 43.3215 |
Yxy | 33.5472 | 0.3989 | 0.2623 |
Hunter Lab | 57.9199 | 55.8679 | -3.8023 |
CIE-Lab | 64.6016 | 58.9264 | -8.1313 |
#f66dad color RGB value is (246,109,173).
#f66dad hex color red value is 246, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f66dad hue: 0.92 , saturation: 0.88 and the lightness value of f66dad is 0.70.
The process color (four color CMYK) of #f66dad color hex is 0.00, 0.56, 0.30, 0.04. Web safe color of #f66dad is #ff6699. Color #f66dad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01101101 | 10101101 |
Octal | 366 | 155 | 255 |
Decimal | 246 | 109 | 173 |
Hex | F6 | 6D | AD |
Shades of #f66dad
Tints of #f66dad
RGB Percentages of Color #f66dad
CMYK Percentages of Color #f66dad
Complementary Color
#f66dad | #6df6b6 |
#f66dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f66dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#f66dad Color CSS Codes
.mybgcolor {background-color:#f66dad; } .myforecolor {color:#f66dad; } .mybordercolor {border:3px solid #f66dad; }
#f66dad Text Font Color
<p style="color:#f66dad">Text here</p>
This sample text font color is #f66dad
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.
#f66dad Background Color
<div style="background-color:#f66dad">
Div content here</div>
This div background color is #f66dad
#f66dad Border Color
<div style="border:3px solid #f66dad">
Div here</div>
This div border color is #f66dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,109,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f66dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f66dad; -webkit-box-shadow: 1px 1px 3px 2px #f66dad; box-shadow: 1px 1px 3px 2px #f66dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,109,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f66dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f66dad; -webkit-box-shadow: 1px 1px 3px 2px #f66dad; box-shadow: 1px 1px 3px 2px #f66dad;">
Div content here</div>
This div box has shadow with color #f66dad
Comments
No comments written yet.
Please login to write comment.