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