Color spaces of #c56ceb
RGB | 197 | 108 | 235 |
---|---|---|---|
HSL | 0.78 | 0.76 | 0.67 |
HSV | 282° | 54° | 92° |
CMYK | 0.16 | 0.54 | 0.00 0.08 |
XYZ | 43.3839 | 28.5936 | 81.8298 |
Yxy | 28.5936 | 0.2821 | 0.1859 |
Hunter Lab | 53.4730 | 51.2436 | -53.3005 |
CIE-Lab | 60.4213 | 55.5737 | -50.0754 |
#c56ceb color RGB value is (197,108,235).
#c56ceb hex color red value is 197, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c56ceb hue: 0.78 , saturation: 0.76 and the lightness value of c56ceb is 0.67.
The process color (four color CMYK) of #c56ceb color hex is 0.16, 0.54, 0.00, 0.08. Web safe color of #c56ceb is #cc66ff. Color #c56ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01101100 | 11101011 |
Octal | 305 | 154 | 353 |
Decimal | 197 | 108 | 235 |
Hex | C5 | 6C | EB |
Shades of #c56ceb
Tints of #c56ceb
RGB Percentages of Color #c56ceb
CMYK Percentages of Color #c56ceb
Complementary Color
#c56ceb | #92eb6c |
#c56ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c56ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c56ceb Color CSS Codes
.mybgcolor {background-color:#c56ceb; } .myforecolor {color:#c56ceb; } .mybordercolor {border:3px solid #c56ceb; }
#c56ceb Text Font Color
<p style="color:#c56ceb">Text here</p>
This sample text font color is #c56ceb
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.
#c56ceb Background Color
<div style="background-color:#c56ceb">
Div content here</div>
This div background color is #c56ceb
#c56ceb Border Color
<div style="border:3px solid #c56ceb">
Div here</div>
This div border color is #c56ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,108,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c56ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c56ceb; -webkit-box-shadow: 1px 1px 3px 2px #c56ceb; box-shadow: 1px 1px 3px 2px #c56ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,108,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c56ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c56ceb; -webkit-box-shadow: 1px 1px 3px 2px #c56ceb; box-shadow: 1px 1px 3px 2px #c56ceb;">
Div content here</div>
This div box has shadow with color #c56ceb
Comments
No comments written yet.
Please login to write comment.