Color spaces of #c11190
RGB | 193 | 17 | 144 |
---|---|---|---|
HSL | 0.88 | 0.84 | 0.41 |
HSV | 317° | 91° | 76° |
CMYK | 0.00 | 0.91 | 0.25 0.24 |
XYZ | 27.2268 | 13.7520 | 27.6049 |
Yxy | 13.7520 | 0.3970 | 0.2005 |
Hunter Lab | 37.0837 | 66.1580 | -18.1766 |
CIE-Lab | 43.8751 | 71.5191 | -23.3490 |
#c11190 color RGB value is (193,17,144).
#c11190 hex color red value is 193, green value is 17 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c11190 hue: 0.88 , saturation: 0.84 and the lightness value of c11190 is 0.41.
The process color (four color CMYK) of #c11190 color hex is 0.00, 0.91, 0.25, 0.24. Web safe color of #c11190 is #cc0099. Color #c11190 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00010001 | 10010000 |
Octal | 301 | 21 | 220 |
Decimal | 193 | 17 | 144 |
Hex | C1 | 11 | 90 |
Shades of #c11190
Tints of #c11190
RGB Percentages of Color #c11190
CMYK Percentages of Color #c11190
Complementary Color
#c11190 | #11c142 |
#c11190 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c11190 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c11190 Color CSS Codes
.mybgcolor {background-color:#c11190; } .myforecolor {color:#c11190; } .mybordercolor {border:3px solid #c11190; }
#c11190 Text Font Color
<p style="color:#c11190">Text here</p>
This sample text font color is #c11190
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.
#c11190 Background Color
<div style="background-color:#c11190">
Div content here</div>
This div background color is #c11190
#c11190 Border Color
<div style="border:3px solid #c11190">
Div here</div>
This div border color is #c11190
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,17,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c11190; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c11190; -webkit-box-shadow: 1px 1px 3px 2px #c11190; box-shadow: 1px 1px 3px 2px #c11190; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,17,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c11190">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c11190; -webkit-box-shadow: 1px 1px 3px 2px #c11190; box-shadow: 1px 1px 3px 2px #c11190;">
Div content here</div>
This div box has shadow with color #c11190
Comments
No comments written yet.
Please login to write comment.