Color spaces of #fc325d
RGB | 252 | 50 | 93 |
---|---|---|---|
HSL | 0.96 | 0.97 | 0.59 |
HSV | 347° | 80° | 99° |
CMYK | 0.00 | 0.80 | 0.63 0.01 |
XYZ | 43.2613 | 23.7670 | 12.6633 |
Yxy | 23.7670 | 0.5429 | 0.2982 |
Hunter Lab | 48.7514 | 73.0834 | 18.7253 |
CIE-Lab | 55.8538 | 74.8983 | 26.2613 |
#fc325d color RGB value is (252,50,93).
#fc325d hex color red value is 252, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fc325d hue: 0.96 , saturation: 0.97 and the lightness value of fc325d is 0.59.
The process color (four color CMYK) of #fc325d color hex is 0.00, 0.80, 0.63, 0.01. Web safe color of #fc325d is #ff3366. Color #fc325d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00110010 | 01011101 |
Octal | 374 | 62 | 135 |
Decimal | 252 | 50 | 93 |
Hex | FC | 32 | 5D |
Shades of #fc325d
Tints of #fc325d
RGB Percentages of Color #fc325d
CMYK Percentages of Color #fc325d
Complementary Color
#fc325d | #32fcd1 |
#fc325d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc325d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc325d Color CSS Codes
.mybgcolor {background-color:#fc325d; } .myforecolor {color:#fc325d; } .mybordercolor {border:3px solid #fc325d; }
#fc325d Text Font Color
<p style="color:#fc325d">Text here</p>
This sample text font color is #fc325d
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.
#fc325d Background Color
<div style="background-color:#fc325d">
Div content here</div>
This div background color is #fc325d
#fc325d Border Color
<div style="border:3px solid #fc325d">
Div here</div>
This div border color is #fc325d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,50,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc325d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc325d; -webkit-box-shadow: 1px 1px 3px 2px #fc325d; box-shadow: 1px 1px 3px 2px #fc325d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,50,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc325d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc325d; -webkit-box-shadow: 1px 1px 3px 2px #fc325d; box-shadow: 1px 1px 3px 2px #fc325d;">
Div content here</div>
This div box has shadow with color #fc325d
Comments
No comments written yet.
Please login to write comment.