Color spaces of #f50cc5
RGB | 245 | 12 | 197 |
---|---|---|---|
HSL | 0.87 | 0.92 | 0.50 |
HSV | 312° | 95° | 96° |
CMYK | 0.00 | 0.95 | 0.20 0.04 |
XYZ | 47.8657 | 23.7066 | 54.8764 |
Yxy | 23.7066 | 0.3785 | 0.1875 |
Hunter Lab | 48.6894 | 90.2737 | -32.7414 |
CIE-Lab | 55.7928 | 88.3487 | -35.3809 |
#f50cc5 color RGB value is (245,12,197).
#f50cc5 hex color red value is 245, green value is 12 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #f50cc5 hue: 0.87 , saturation: 0.92 and the lightness value of f50cc5 is 0.50.
The process color (four color CMYK) of #f50cc5 color hex is 0.00, 0.95, 0.20, 0.04. Web safe color of #f50cc5 is #ff00cc. Color #f50cc5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 00001100 | 11000101 |
Octal | 365 | 14 | 305 |
Decimal | 245 | 12 | 197 |
Hex | F5 | C | C5 |
Shades of #f50cc5
Tints of #f50cc5
RGB Percentages of Color #f50cc5
CMYK Percentages of Color #f50cc5
Complementary Color
#f50cc5 | #0cf53c |
#f50cc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f50cc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f50cc5 Color CSS Codes
.mybgcolor {background-color:#f50cc5; } .myforecolor {color:#f50cc5; } .mybordercolor {border:3px solid #f50cc5; }
#f50cc5 Text Font Color
<p style="color:#f50cc5">Text here</p>
This sample text font color is #f50cc5
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.
#f50cc5 Background Color
<div style="background-color:#f50cc5">
Div content here</div>
This div background color is #f50cc5
#f50cc5 Border Color
<div style="border:3px solid #f50cc5">
Div here</div>
This div border color is #f50cc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,12,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f50cc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f50cc5; -webkit-box-shadow: 1px 1px 3px 2px #f50cc5; box-shadow: 1px 1px 3px 2px #f50cc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,12,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f50cc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f50cc5; -webkit-box-shadow: 1px 1px 3px 2px #f50cc5; box-shadow: 1px 1px 3px 2px #f50cc5;">
Div content here</div>
This div box has shadow with color #f50cc5
Comments
No comments written yet.
Please login to write comment.