Color spaces of #c52663
RGB | 197 | 38 | 99 |
---|---|---|---|
HSL | 0.94 | 0.68 | 0.46 |
HSV | 337° | 81° | 77° |
CMYK | 0.00 | 0.81 | 0.50 0.23 |
XYZ | 25.9712 | 14.1574 | 13.1682 |
Yxy | 14.1574 | 0.4873 | 0.2656 |
Hunter Lab | 37.6263 | 57.3618 | 5.5885 |
CIE-Lab | 44.4578 | 63.8610 | 5.3325 |
#c52663 color RGB value is (197,38,99).
#c52663 hex color red value is 197, green value is 38 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c52663 hue: 0.94 , saturation: 0.68 and the lightness value of c52663 is 0.46.
The process color (four color CMYK) of #c52663 color hex is 0.00, 0.81, 0.50, 0.23. Web safe color of #c52663 is #cc3366. Color #c52663 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00100110 | 01100011 |
Octal | 305 | 46 | 143 |
Decimal | 197 | 38 | 99 |
Hex | C5 | 26 | 63 |
Shades of #c52663
Tints of #c52663
RGB Percentages of Color #c52663
CMYK Percentages of Color #c52663
Complementary Color
#c52663 | #26c588 |
#c52663 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c52663 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c52663 Color CSS Codes
.mybgcolor {background-color:#c52663; } .myforecolor {color:#c52663; } .mybordercolor {border:3px solid #c52663; }
#c52663 Text Font Color
<p style="color:#c52663">Text here</p>
This sample text font color is #c52663
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.
#c52663 Background Color
<div style="background-color:#c52663">
Div content here</div>
This div background color is #c52663
#c52663 Border Color
<div style="border:3px solid #c52663">
Div here</div>
This div border color is #c52663
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,38,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c52663; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c52663; -webkit-box-shadow: 1px 1px 3px 2px #c52663; box-shadow: 1px 1px 3px 2px #c52663; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,38,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c52663">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c52663; -webkit-box-shadow: 1px 1px 3px 2px #c52663; box-shadow: 1px 1px 3px 2px #c52663;">
Div content here</div>
This div box has shadow with color #c52663
Comments
No comments written yet.
Please login to write comment.