Color spaces of #c561cb
RGB | 197 | 97 | 203 |
---|---|---|---|
HSL | 0.82 | 0.50 | 0.59 |
HSV | 297° | 52° | 80° |
CMYK | 0.03 | 0.52 | 0.00 0.20 |
XYZ | 38.0801 | 24.7315 | 59.2665 |
Yxy | 24.7315 | 0.3119 | 0.2026 |
Hunter Lab | 49.7308 | 49.6531 | -35.8471 |
CIE-Lab | 56.8129 | 54.7525 | -37.7581 |
#c561cb color RGB value is (197,97,203).
#c561cb hex color red value is 197, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c561cb hue: 0.82 , saturation: 0.50 and the lightness value of c561cb is 0.59.
The process color (four color CMYK) of #c561cb color hex is 0.03, 0.52, 0.00, 0.20. Web safe color of #c561cb is #cc66cc. Color #c561cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01100001 | 11001011 |
Octal | 305 | 141 | 313 |
Decimal | 197 | 97 | 203 |
Hex | C5 | 61 | CB |
Shades of #c561cb
Tints of #c561cb
RGB Percentages of Color #c561cb
CMYK Percentages of Color #c561cb
Complementary Color
#c561cb | #67cb61 |
#c561cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c561cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c561cb Color CSS Codes
.mybgcolor {background-color:#c561cb; } .myforecolor {color:#c561cb; } .mybordercolor {border:3px solid #c561cb; }
#c561cb Text Font Color
<p style="color:#c561cb">Text here</p>
This sample text font color is #c561cb
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.
#c561cb Background Color
<div style="background-color:#c561cb">
Div content here</div>
This div background color is #c561cb
#c561cb Border Color
<div style="border:3px solid #c561cb">
Div here</div>
This div border color is #c561cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,97,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c561cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c561cb; -webkit-box-shadow: 1px 1px 3px 2px #c561cb; box-shadow: 1px 1px 3px 2px #c561cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,97,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c561cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c561cb; -webkit-box-shadow: 1px 1px 3px 2px #c561cb; box-shadow: 1px 1px 3px 2px #c561cb;">
Div content here</div>
This div box has shadow with color #c561cb
Comments
No comments written yet.
Please login to write comment.