Color spaces of #fc32cd
RGB | 252 | 50 | 205 |
---|---|---|---|
HSL | 0.87 | 0.97 | 0.59 |
HSV | 314° | 80° | 99° |
CMYK | 0.00 | 0.80 | 0.19 0.01 |
XYZ | 52.3049 | 27.3844 | 60.2866 |
Yxy | 27.3844 | 0.3737 | 0.1956 |
Hunter Lab | 52.3301 | 86.8363 | -31.6736 |
CIE-Lab | 59.3285 | 85.0449 | -34.3525 |
#fc32cd color RGB value is (252,50,205).
#fc32cd hex color red value is 252, green value is 50 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fc32cd hue: 0.87 , saturation: 0.97 and the lightness value of fc32cd is 0.59.
The process color (four color CMYK) of #fc32cd color hex is 0.00, 0.80, 0.19, 0.01. Web safe color of #fc32cd is #ff33cc. Color #fc32cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00110010 | 11001101 |
Octal | 374 | 62 | 315 |
Decimal | 252 | 50 | 205 |
Hex | FC | 32 | CD |
Shades of #fc32cd
Tints of #fc32cd
RGB Percentages of Color #fc32cd
CMYK Percentages of Color #fc32cd
Complementary Color
#fc32cd | #32fc61 |
#fc32cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc32cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc32cd Color CSS Codes
.mybgcolor {background-color:#fc32cd; } .myforecolor {color:#fc32cd; } .mybordercolor {border:3px solid #fc32cd; }
#fc32cd Text Font Color
<p style="color:#fc32cd">Text here</p>
This sample text font color is #fc32cd
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.
#fc32cd Background Color
<div style="background-color:#fc32cd">
Div content here</div>
This div background color is #fc32cd
#fc32cd Border Color
<div style="border:3px solid #fc32cd">
Div here</div>
This div border color is #fc32cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,50,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc32cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc32cd; -webkit-box-shadow: 1px 1px 3px 2px #fc32cd; box-shadow: 1px 1px 3px 2px #fc32cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,50,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc32cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc32cd; -webkit-box-shadow: 1px 1px 3px 2px #fc32cd; box-shadow: 1px 1px 3px 2px #fc32cd;">
Div content here</div>
This div box has shadow with color #fc32cd
Comments
No comments written yet.
Please login to write comment.