Color spaces of #c119cc
RGB | 193 | 25 | 204 |
---|---|---|---|
HSL | 0.82 | 0.78 | 0.45 |
HSV | 296° | 88° | 80° |
CMYK | 0.05 | 0.88 | 0.00 0.20 |
XYZ | 33.2390 | 16.3924 | 58.5389 |
Yxy | 16.3924 | 0.3073 | 0.1515 |
Hunter Lab | 40.4875 | 75.6898 | -57.3832 |
CIE-Lab | 47.4852 | 78.6251 | -53.1694 |
#c119cc color RGB value is (193,25,204).
#c119cc hex color red value is 193, green value is 25 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c119cc hue: 0.82 , saturation: 0.78 and the lightness value of c119cc is 0.45.
The process color (four color CMYK) of #c119cc color hex is 0.05, 0.88, 0.00, 0.20. Web safe color of #c119cc is #cc00cc. Color #c119cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00011001 | 11001100 |
Octal | 301 | 31 | 314 |
Decimal | 193 | 25 | 204 |
Hex | C1 | 19 | CC |
Shades of #c119cc
Tints of #c119cc
RGB Percentages of Color #c119cc
CMYK Percentages of Color #c119cc
Complementary Color
#c119cc | #24cc19 |
#c119cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c119cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c119cc Color CSS Codes
.mybgcolor {background-color:#c119cc; } .myforecolor {color:#c119cc; } .mybordercolor {border:3px solid #c119cc; }
#c119cc Text Font Color
<p style="color:#c119cc">Text here</p>
This sample text font color is #c119cc
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.
#c119cc Background Color
<div style="background-color:#c119cc">
Div content here</div>
This div background color is #c119cc
#c119cc Border Color
<div style="border:3px solid #c119cc">
Div here</div>
This div border color is #c119cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,25,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c119cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c119cc; -webkit-box-shadow: 1px 1px 3px 2px #c119cc; box-shadow: 1px 1px 3px 2px #c119cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,25,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 #c119cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c119cc; -webkit-box-shadow: 1px 1px 3px 2px #c119cc; box-shadow: 1px 1px 3px 2px #c119cc;">
Div content here</div>
This div box has shadow with color #c119cc
Comments
No comments written yet.
Please login to write comment.