Color spaces of #c56ccf
RGB | 197 | 108 | 207 |
---|---|---|---|
HSL | 0.82 | 0.51 | 0.62 |
HSV | 294° | 48° | 81° |
CMYK | 0.05 | 0.48 | 0.00 0.19 |
XYZ | 39.6510 | 27.1004 | 62.1726 |
Yxy | 27.1004 | 0.3076 | 0.2102 |
Hunter Lab | 52.0580 | 44.8563 | -34.3690 |
CIE-Lab | 59.0671 | 50.0362 | -36.4981 |
#c56ccf color RGB value is (197,108,207).
#c56ccf hex color red value is 197, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c56ccf hue: 0.82 , saturation: 0.51 and the lightness value of c56ccf is 0.62.
The process color (four color CMYK) of #c56ccf color hex is 0.05, 0.48, 0.00, 0.19. Web safe color of #c56ccf is #cc66cc. Color #c56ccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01101100 | 11001111 |
Octal | 305 | 154 | 317 |
Decimal | 197 | 108 | 207 |
Hex | C5 | 6C | CF |
Shades of #c56ccf
Tints of #c56ccf
RGB Percentages of Color #c56ccf
CMYK Percentages of Color #c56ccf
Complementary Color
#c56ccf | #76cf6c |
#c56ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c56ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c56ccf Color CSS Codes
.mybgcolor {background-color:#c56ccf; } .myforecolor {color:#c56ccf; } .mybordercolor {border:3px solid #c56ccf; }
#c56ccf Text Font Color
<p style="color:#c56ccf">Text here</p>
This sample text font color is #c56ccf
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.
#c56ccf Background Color
<div style="background-color:#c56ccf">
Div content here</div>
This div background color is #c56ccf
#c56ccf Border Color
<div style="border:3px solid #c56ccf">
Div here</div>
This div border color is #c56ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,108,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c56ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c56ccf; -webkit-box-shadow: 1px 1px 3px 2px #c56ccf; box-shadow: 1px 1px 3px 2px #c56ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,108,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c56ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c56ccf; -webkit-box-shadow: 1px 1px 3px 2px #c56ccf; box-shadow: 1px 1px 3px 2px #c56ccf;">
Div content here</div>
This div box has shadow with color #c56ccf
Comments
No comments written yet.
Please login to write comment.