Color spaces of #c110db
RGB | 193 | 16 | 219 |
---|---|---|---|
HSL | 0.81 | 0.86 | 0.46 |
HSV | 292° | 93° | 86° |
CMYK | 0.12 | 0.93 | 0.00 0.14 |
XYZ | 34.9638 | 16.8225 | 68.4221 |
Yxy | 16.8225 | 0.2909 | 0.1399 |
Hunter Lab | 41.0152 | 80.3872 | -70.1976 |
CIE-Lab | 48.0356 | 82.2432 | -60.9009 |
#c110db color RGB value is (193,16,219).
#c110db hex color red value is 193, green value is 16 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c110db hue: 0.81 , saturation: 0.86 and the lightness value of c110db is 0.46.
The process color (four color CMYK) of #c110db color hex is 0.12, 0.93, 0.00, 0.14. Web safe color of #c110db is #cc00cc. Color #c110db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00010000 | 11011011 |
Octal | 301 | 20 | 333 |
Decimal | 193 | 16 | 219 |
Hex | C1 | 10 | DB |
Shades of #c110db
Tints of #c110db
RGB Percentages of Color #c110db
CMYK Percentages of Color #c110db
Complementary Color
#c110db | #2adb10 |
#c110db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c110db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c110db Color CSS Codes
.mybgcolor {background-color:#c110db; } .myforecolor {color:#c110db; } .mybordercolor {border:3px solid #c110db; }
#c110db Text Font Color
<p style="color:#c110db">Text here</p>
This sample text font color is #c110db
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.
#c110db Background Color
<div style="background-color:#c110db">
Div content here</div>
This div background color is #c110db
#c110db Border Color
<div style="border:3px solid #c110db">
Div here</div>
This div border color is #c110db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,16,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c110db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c110db; -webkit-box-shadow: 1px 1px 3px 2px #c110db; box-shadow: 1px 1px 3px 2px #c110db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,16,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c110db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c110db; -webkit-box-shadow: 1px 1px 3px 2px #c110db; box-shadow: 1px 1px 3px 2px #c110db;">
Div content here</div>
This div box has shadow with color #c110db
Comments
No comments written yet.
Please login to write comment.