Color spaces of #c53cfc
RGB | 197 | 60 | 252 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.61 |
HSV | 283° | 76° | 99° |
CMYK | 0.22 | 0.76 | 0.00 0.01 |
XYZ | 42.2125 | 22.1303 | 94.1422 |
Yxy | 22.1303 | 0.2664 | 0.1396 |
Hunter Lab | 47.0429 | 77.8467 | -85.7212 |
CIE-Lab | 54.1650 | 79.0440 | -69.5594 |
#c53cfc color RGB value is (197,60,252).
#c53cfc hex color red value is 197, green value is 60 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c53cfc hue: 0.79 , saturation: 0.97 and the lightness value of c53cfc is 0.61.
The process color (four color CMYK) of #c53cfc color hex is 0.22, 0.76, 0.00, 0.01. Web safe color of #c53cfc is #cc33ff. Color #c53cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00111100 | 11111100 |
Octal | 305 | 74 | 374 |
Decimal | 197 | 60 | 252 |
Hex | C5 | 3C | FC |
Shades of #c53cfc
Tints of #c53cfc
RGB Percentages of Color #c53cfc
CMYK Percentages of Color #c53cfc
Complementary Color
#c53cfc | #73fc3c |
#c53cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c53cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c53cfc Color CSS Codes
.mybgcolor {background-color:#c53cfc; } .myforecolor {color:#c53cfc; } .mybordercolor {border:3px solid #c53cfc; }
#c53cfc Text Font Color
<p style="color:#c53cfc">Text here</p>
This sample text font color is #c53cfc
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.
#c53cfc Background Color
<div style="background-color:#c53cfc">
Div content here</div>
This div background color is #c53cfc
#c53cfc Border Color
<div style="border:3px solid #c53cfc">
Div here</div>
This div border color is #c53cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,60,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c53cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c53cfc; -webkit-box-shadow: 1px 1px 3px 2px #c53cfc; box-shadow: 1px 1px 3px 2px #c53cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,60,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 #c53cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c53cfc; -webkit-box-shadow: 1px 1px 3px 2px #c53cfc; box-shadow: 1px 1px 3px 2px #c53cfc;">
Div content here</div>
This div box has shadow with color #c53cfc
Comments
No comments written yet.
Please login to write comment.