Color spaces of #c72cfc
RGB | 199 | 44 | 252 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.58 |
HSV | 285° | 83° | 99° |
CMYK | 0.21 | 0.83 | 0.00 0.01 |
XYZ | 42.0246 | 20.9718 | 93.9285 |
Yxy | 20.9718 | 0.2678 | 0.1336 |
Hunter Lab | 45.7950 | 83.6626 | -89.5512 |
CIE-Lab | 52.9186 | 83.8494 | -71.5641 |
#c72cfc color RGB value is (199,44,252).
#c72cfc hex color red value is 199, green value is 44 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c72cfc hue: 0.79 , saturation: 0.97 and the lightness value of c72cfc is 0.58.
The process color (four color CMYK) of #c72cfc color hex is 0.21, 0.83, 0.00, 0.01. Web safe color of #c72cfc is #cc33ff. Color #c72cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00101100 | 11111100 |
Octal | 307 | 54 | 374 |
Decimal | 199 | 44 | 252 |
Hex | C7 | 2C | FC |
Shades of #c72cfc
Tints of #c72cfc
RGB Percentages of Color #c72cfc
CMYK Percentages of Color #c72cfc
Complementary Color
#c72cfc | #61fc2c |
#c72cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c72cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c72cfc Color CSS Codes
.mybgcolor {background-color:#c72cfc; } .myforecolor {color:#c72cfc; } .mybordercolor {border:3px solid #c72cfc; }
#c72cfc Text Font Color
<p style="color:#c72cfc">Text here</p>
This sample text font color is #c72cfc
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.
#c72cfc Background Color
<div style="background-color:#c72cfc">
Div content here</div>
This div background color is #c72cfc
#c72cfc Border Color
<div style="border:3px solid #c72cfc">
Div here</div>
This div border color is #c72cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,44,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c72cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c72cfc; -webkit-box-shadow: 1px 1px 3px 2px #c72cfc; box-shadow: 1px 1px 3px 2px #c72cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,44,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c72cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c72cfc; -webkit-box-shadow: 1px 1px 3px 2px #c72cfc; box-shadow: 1px 1px 3px 2px #c72cfc;">
Div content here</div>
This div box has shadow with color #c72cfc
Comments
No comments written yet.
Please login to write comment.