Color spaces of #c111cc
RGB | 193 | 17 | 204 |
---|---|---|---|
HSL | 0.82 | 0.85 | 0.43 |
HSV | 296° | 92° | 80° |
CMYK | 0.05 | 0.92 | 0.00 0.20 |
XYZ | 33.0919 | 16.0980 | 58.4898 |
Yxy | 16.0980 | 0.3073 | 0.1495 |
Hunter Lab | 40.1223 | 77.0084 | -58.3466 |
CIE-Lab | 47.1028 | 79.7527 | -53.7832 |
#c111cc color RGB value is (193,17,204).
#c111cc hex color red value is 193, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c111cc hue: 0.82 , saturation: 0.85 and the lightness value of c111cc is 0.43.
The process color (four color CMYK) of #c111cc color hex is 0.05, 0.92, 0.00, 0.20. Web safe color of #c111cc is #cc00cc. Color #c111cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00010001 | 11001100 |
Octal | 301 | 21 | 314 |
Decimal | 193 | 17 | 204 |
Hex | C1 | 11 | CC |
Shades of #c111cc
Tints of #c111cc
RGB Percentages of Color #c111cc
CMYK Percentages of Color #c111cc
Complementary Color
#c111cc | #1ccc11 |
#c111cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c111cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c111cc Color CSS Codes
.mybgcolor {background-color:#c111cc; } .myforecolor {color:#c111cc; } .mybordercolor {border:3px solid #c111cc; }
#c111cc Text Font Color
<p style="color:#c111cc">Text here</p>
This sample text font color is #c111cc
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.
#c111cc Background Color
<div style="background-color:#c111cc">
Div content here</div>
This div background color is #c111cc
#c111cc Border Color
<div style="border:3px solid #c111cc">
Div here</div>
This div border color is #c111cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,17,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c111cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c111cc; -webkit-box-shadow: 1px 1px 3px 2px #c111cc; box-shadow: 1px 1px 3px 2px #c111cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,17,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c111cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c111cc; -webkit-box-shadow: 1px 1px 3px 2px #c111cc; box-shadow: 1px 1px 3px 2px #c111cc;">
Div content here</div>
This div box has shadow with color #c111cc
Comments
No comments written yet.
Please login to write comment.