Color spaces of #c11374
RGB | 193 | 19 | 116 |
---|---|---|---|
HSL | 0.91 | 0.82 | 0.42 |
HSV | 327° | 90° | 76° |
CMYK | 0.00 | 0.90 | 0.40 0.24 |
XYZ | 25.3776 | 13.0642 | 17.7071 |
Yxy | 13.0642 | 0.4520 | 0.2327 |
Hunter Lab | 36.1444 | 62.0750 | -3.7450 |
CIE-Lab | 42.8598 | 68.2579 | -7.6848 |
#c11374 color RGB value is (193,19,116).
#c11374 hex color red value is 193, green value is 19 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c11374 hue: 0.91 , saturation: 0.82 and the lightness value of c11374 is 0.42.
The process color (four color CMYK) of #c11374 color hex is 0.00, 0.90, 0.40, 0.24. Web safe color of #c11374 is #cc0066. Color #c11374 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00010011 | 01110100 |
Octal | 301 | 23 | 164 |
Decimal | 193 | 19 | 116 |
Hex | C1 | 13 | 74 |
Shades of #c11374
Tints of #c11374
RGB Percentages of Color #c11374
CMYK Percentages of Color #c11374
Complementary Color
#c11374 | #13c160 |
#c11374 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c11374 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c11374 Color CSS Codes
.mybgcolor {background-color:#c11374; } .myforecolor {color:#c11374; } .mybordercolor {border:3px solid #c11374; }
#c11374 Text Font Color
<p style="color:#c11374">Text here</p>
This sample text font color is #c11374
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.
#c11374 Background Color
<div style="background-color:#c11374">
Div content here</div>
This div background color is #c11374
#c11374 Border Color
<div style="border:3px solid #c11374">
Div here</div>
This div border color is #c11374
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,19,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c11374; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c11374; -webkit-box-shadow: 1px 1px 3px 2px #c11374; box-shadow: 1px 1px 3px 2px #c11374; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,19,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c11374">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c11374; -webkit-box-shadow: 1px 1px 3px 2px #c11374; box-shadow: 1px 1px 3px 2px #c11374;">
Div content here</div>
This div box has shadow with color #c11374
Comments
No comments written yet.
Please login to write comment.