Color spaces of #fc29cc
RGB | 252 | 41 | 204 |
---|---|---|---|
HSL | 0.87 | 0.97 | 0.57 |
HSV | 314° | 84° | 99° |
CMYK | 0.00 | 0.84 | 0.19 0.01 |
XYZ | 51.8369 | 26.6410 | 59.5369 |
Yxy | 26.6410 | 0.3756 | 0.1930 |
Hunter Lab | 51.6149 | 88.9416 | -32.2595 |
CIE-Lab | 58.6405 | 86.7843 | -34.8549 |
#fc29cc color RGB value is (252,41,204).
#fc29cc hex color red value is 252, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fc29cc hue: 0.87 , saturation: 0.97 and the lightness value of fc29cc is 0.57.
The process color (four color CMYK) of #fc29cc color hex is 0.00, 0.84, 0.19, 0.01. Web safe color of #fc29cc is #ff33cc. Color #fc29cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00101001 | 11001100 |
Octal | 374 | 51 | 314 |
Decimal | 252 | 41 | 204 |
Hex | FC | 29 | CC |
Shades of #fc29cc
Tints of #fc29cc
RGB Percentages of Color #fc29cc
CMYK Percentages of Color #fc29cc
Complementary Color
#fc29cc | #29fc59 |
#fc29cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc29cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc29cc Color CSS Codes
.mybgcolor {background-color:#fc29cc; } .myforecolor {color:#fc29cc; } .mybordercolor {border:3px solid #fc29cc; }
#fc29cc Text Font Color
<p style="color:#fc29cc">Text here</p>
This sample text font color is #fc29cc
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.
#fc29cc Background Color
<div style="background-color:#fc29cc">
Div content here</div>
This div background color is #fc29cc
#fc29cc Border Color
<div style="border:3px solid #fc29cc">
Div here</div>
This div border color is #fc29cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,41,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc29cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc29cc; -webkit-box-shadow: 1px 1px 3px 2px #fc29cc; box-shadow: 1px 1px 3px 2px #fc29cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,41,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc29cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc29cc; -webkit-box-shadow: 1px 1px 3px 2px #fc29cc; box-shadow: 1px 1px 3px 2px #fc29cc;">
Div content here</div>
This div box has shadow with color #fc29cc
Comments
No comments written yet.
Please login to write comment.