Color spaces of #f368cf
RGB | 243 | 104 | 207 |
---|---|---|---|
HSL | 0.88 | 0.85 | 0.68 |
HSV | 316° | 57° | 95° |
CMYK | 0.00 | 0.57 | 0.15 0.05 |
XYZ | 53.1749 | 33.4603 | 62.6873 |
Yxy | 33.4603 | 0.3561 | 0.2241 |
Hunter Lab | 57.8449 | 62.8607 | -23.7620 |
CIE-Lab | 64.5319 | 64.8755 | -27.5327 |
#f368cf color RGB value is (243,104,207).
#f368cf hex color red value is 243, green value is 104 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f368cf hue: 0.88 , saturation: 0.85 and the lightness value of f368cf is 0.68.
The process color (four color CMYK) of #f368cf color hex is 0.00, 0.57, 0.15, 0.05. Web safe color of #f368cf is #ff66cc. Color #f368cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 01101000 | 11001111 |
Octal | 363 | 150 | 317 |
Decimal | 243 | 104 | 207 |
Hex | F3 | 68 | CF |
Shades of #f368cf
Tints of #f368cf
RGB Percentages of Color #f368cf
CMYK Percentages of Color #f368cf
Complementary Color
#f368cf | #68f38c |
#f368cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f368cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f368cf Color CSS Codes
.mybgcolor {background-color:#f368cf; } .myforecolor {color:#f368cf; } .mybordercolor {border:3px solid #f368cf; }
#f368cf Text Font Color
<p style="color:#f368cf">Text here</p>
This sample text font color is #f368cf
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.
#f368cf Background Color
<div style="background-color:#f368cf">
Div content here</div>
This div background color is #f368cf
#f368cf Border Color
<div style="border:3px solid #f368cf">
Div here</div>
This div border color is #f368cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,104,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f368cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f368cf; -webkit-box-shadow: 1px 1px 3px 2px #f368cf; box-shadow: 1px 1px 3px 2px #f368cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,104,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f368cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f368cf; -webkit-box-shadow: 1px 1px 3px 2px #f368cf; box-shadow: 1px 1px 3px 2px #f368cf;">
Div content here</div>
This div box has shadow with color #f368cf
Comments
No comments written yet.
Please login to write comment.