Color spaces of #c1119c
RGB | 193 | 17 | 156 |
---|---|---|---|
HSL | 0.87 | 0.84 | 0.41 |
HSV | 313° | 91° | 76° |
CMYK | 0.00 | 0.91 | 0.19 0.24 |
XYZ | 28.1935 | 14.1387 | 32.6956 |
Yxy | 14.1387 | 0.3758 | 0.1884 |
Hunter Lab | 37.6015 | 68.0364 | -25.2334 |
CIE-Lab | 44.4312 | 72.9780 | -29.7368 |
#c1119c color RGB value is (193,17,156).
#c1119c hex color red value is 193, green value is 17 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c1119c hue: 0.87 , saturation: 0.84 and the lightness value of c1119c is 0.41.
The process color (four color CMYK) of #c1119c color hex is 0.00, 0.91, 0.19, 0.24. Web safe color of #c1119c is #cc0099. Color #c1119c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00010001 | 10011100 |
Octal | 301 | 21 | 234 |
Decimal | 193 | 17 | 156 |
Hex | C1 | 11 | 9C |
Shades of #c1119c
Tints of #c1119c
RGB Percentages of Color #c1119c
CMYK Percentages of Color #c1119c
Complementary Color
#c1119c | #11c136 |
#c1119c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1119c Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1119c Color CSS Codes
.mybgcolor {background-color:#c1119c; } .myforecolor {color:#c1119c; } .mybordercolor {border:3px solid #c1119c; }
#c1119c Text Font Color
<p style="color:#c1119c">Text here</p>
This sample text font color is #c1119c
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.
#c1119c Background Color
<div style="background-color:#c1119c">
Div content here</div>
This div background color is #c1119c
#c1119c Border Color
<div style="border:3px solid #c1119c">
Div here</div>
This div border color is #c1119c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,17,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1119c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1119c; -webkit-box-shadow: 1px 1px 3px 2px #c1119c; box-shadow: 1px 1px 3px 2px #c1119c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,17,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1119c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1119c; -webkit-box-shadow: 1px 1px 3px 2px #c1119c; box-shadow: 1px 1px 3px 2px #c1119c;">
Div content here</div>
This div box has shadow with color #c1119c
Comments
No comments written yet.
Please login to write comment.