Color spaces of #c52cbd
RGB | 197 | 44 | 189 |
---|---|---|---|
HSL | 0.84 | 0.63 | 0.47 |
HSV | 303° | 78° | 77° |
CMYK | 0.00 | 0.78 | 0.04 0.23 |
XYZ | 33.1119 | 17.3458 | 49.7470 |
Yxy | 17.3458 | 0.3304 | 0.1731 |
Hunter Lab | 41.6483 | 69.0295 | -41.6654 |
CIE-Lab | 48.6928 | 72.9700 | -42.5002 |
#c52cbd color RGB value is (197,44,189).
#c52cbd hex color red value is 197, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c52cbd hue: 0.84 , saturation: 0.63 and the lightness value of c52cbd is 0.47.
The process color (four color CMYK) of #c52cbd color hex is 0.00, 0.78, 0.04, 0.23. Web safe color of #c52cbd is #cc33cc. Color #c52cbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00101100 | 10111101 |
Octal | 305 | 54 | 275 |
Decimal | 197 | 44 | 189 |
Hex | C5 | 2C | BD |
Shades of #c52cbd
Tints of #c52cbd
RGB Percentages of Color #c52cbd
CMYK Percentages of Color #c52cbd
Complementary Color
#c52cbd | #2cc534 |
#c52cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c52cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c52cbd Color CSS Codes
.mybgcolor {background-color:#c52cbd; } .myforecolor {color:#c52cbd; } .mybordercolor {border:3px solid #c52cbd; }
#c52cbd Text Font Color
<p style="color:#c52cbd">Text here</p>
This sample text font color is #c52cbd
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.
#c52cbd Background Color
<div style="background-color:#c52cbd">
Div content here</div>
This div background color is #c52cbd
#c52cbd Border Color
<div style="border:3px solid #c52cbd">
Div here</div>
This div border color is #c52cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,44,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c52cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c52cbd; -webkit-box-shadow: 1px 1px 3px 2px #c52cbd; box-shadow: 1px 1px 3px 2px #c52cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,44,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c52cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c52cbd; -webkit-box-shadow: 1px 1px 3px 2px #c52cbd; box-shadow: 1px 1px 3px 2px #c52cbd;">
Div content here</div>
This div box has shadow with color #c52cbd
Comments
No comments written yet.
Please login to write comment.