Color spaces of #c52dca
RGB | 197 | 45 | 202 |
---|---|---|---|
HSL | 0.83 | 0.64 | 0.48 |
HSV | 298° | 78° | 79° |
CMYK | 0.02 | 0.78 | 0.00 0.21 |
XYZ | 34.6250 | 18.0114 | 57.5287 |
Yxy | 18.0114 | 0.3143 | 0.1635 |
Hunter Lab | 42.4398 | 71.3614 | -50.6618 |
CIE-Lab | 49.5099 | 74.7274 | -48.7375 |
#c52dca color RGB value is (197,45,202).
#c52dca hex color red value is 197, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c52dca hue: 0.83 , saturation: 0.64 and the lightness value of c52dca is 0.48.
The process color (four color CMYK) of #c52dca color hex is 0.02, 0.78, 0.00, 0.21. Web safe color of #c52dca is #cc33cc. Color #c52dca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00101101 | 11001010 |
Octal | 305 | 55 | 312 |
Decimal | 197 | 45 | 202 |
Hex | C5 | 2D | CA |
Shades of #c52dca
Tints of #c52dca
RGB Percentages of Color #c52dca
CMYK Percentages of Color #c52dca
Complementary Color
#c52dca | #32ca2d |
#c52dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c52dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c52dca Color CSS Codes
.mybgcolor {background-color:#c52dca; } .myforecolor {color:#c52dca; } .mybordercolor {border:3px solid #c52dca; }
#c52dca Text Font Color
<p style="color:#c52dca">Text here</p>
This sample text font color is #c52dca
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.
#c52dca Background Color
<div style="background-color:#c52dca">
Div content here</div>
This div background color is #c52dca
#c52dca Border Color
<div style="border:3px solid #c52dca">
Div here</div>
This div border color is #c52dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,45,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c52dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c52dca; -webkit-box-shadow: 1px 1px 3px 2px #c52dca; box-shadow: 1px 1px 3px 2px #c52dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,45,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c52dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c52dca; -webkit-box-shadow: 1px 1px 3px 2px #c52dca; box-shadow: 1px 1px 3px 2px #c52dca;">
Div content here</div>
This div box has shadow with color #c52dca
Comments
No comments written yet.
Please login to write comment.