Color spaces of #f379ca
RGB | 243 | 121 | 202 |
---|---|---|---|
HSL | 0.89 | 0.84 | 0.71 |
HSV | 320° | 50° | 95° |
CMYK | 0.00 | 0.50 | 0.17 0.05 |
XYZ | 54.4602 | 36.9937 | 60.1472 |
Yxy | 36.9937 | 0.3592 | 0.2440 |
Hunter Lab | 60.8224 | 53.3890 | -16.0561 |
CIE-Lab | 67.2723 | 56.3565 | -20.5295 |
#f379ca color RGB value is (243,121,202).
#f379ca hex color red value is 243, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f379ca hue: 0.89 , saturation: 0.84 and the lightness value of f379ca is 0.71.
The process color (four color CMYK) of #f379ca color hex is 0.00, 0.50, 0.17, 0.05. Web safe color of #f379ca is #ff66cc. Color #f379ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 01111001 | 11001010 |
Octal | 363 | 171 | 312 |
Decimal | 243 | 121 | 202 |
Hex | F3 | 79 | CA |
Shades of #f379ca
Tints of #f379ca
RGB Percentages of Color #f379ca
CMYK Percentages of Color #f379ca
Complementary Color
#f379ca | #79f3a2 |
#f379ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f379ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f379ca Color CSS Codes
.mybgcolor {background-color:#f379ca; } .myforecolor {color:#f379ca; } .mybordercolor {border:3px solid #f379ca; }
#f379ca Text Font Color
<p style="color:#f379ca">Text here</p>
This sample text font color is #f379ca
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.
#f379ca Background Color
<div style="background-color:#f379ca">
Div content here</div>
This div background color is #f379ca
#f379ca Border Color
<div style="border:3px solid #f379ca">
Div here</div>
This div border color is #f379ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,121,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f379ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f379ca; -webkit-box-shadow: 1px 1px 3px 2px #f379ca; box-shadow: 1px 1px 3px 2px #f379ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,121,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f379ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f379ca; -webkit-box-shadow: 1px 1px 3px 2px #f379ca; box-shadow: 1px 1px 3px 2px #f379ca;">
Div content here</div>
This div box has shadow with color #f379ca
Comments
No comments written yet.
Please login to write comment.