Color spaces of #c1557f
RGB | 193 | 85 | 127 |
---|---|---|---|
HSL | 0.94 | 0.47 | 0.55 |
HSV | 337° | 56° | 76° |
CMYK | 0.00 | 0.56 | 0.34 0.24 |
XYZ | 29.0716 | 19.3668 | 22.2846 |
Yxy | 19.3668 | 0.4111 | 0.2738 |
Hunter Lab | 44.0077 | 40.9040 | 0.7822 |
CIE-Lab | 51.1136 | 47.6010 | -2.1501 |
#c1557f color RGB value is (193,85,127).
#c1557f hex color red value is 193, green value is 85 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c1557f hue: 0.94 , saturation: 0.47 and the lightness value of c1557f is 0.55.
The process color (four color CMYK) of #c1557f color hex is 0.00, 0.56, 0.34, 0.24. Web safe color of #c1557f is #cc6666. Color #c1557f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01010101 | 01111111 |
Octal | 301 | 125 | 177 |
Decimal | 193 | 85 | 127 |
Hex | C1 | 55 | 7F |
Shades of #c1557f
Tints of #c1557f
RGB Percentages of Color #c1557f
CMYK Percentages of Color #c1557f
Complementary Color
#c1557f | #55c197 |
#c1557f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1557f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1557f Color CSS Codes
.mybgcolor {background-color:#c1557f; } .myforecolor {color:#c1557f; } .mybordercolor {border:3px solid #c1557f; }
#c1557f Text Font Color
<p style="color:#c1557f">Text here</p>
This sample text font color is #c1557f
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.
#c1557f Background Color
<div style="background-color:#c1557f">
Div content here</div>
This div background color is #c1557f
#c1557f Border Color
<div style="border:3px solid #c1557f">
Div here</div>
This div border color is #c1557f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,85,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1557f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1557f; -webkit-box-shadow: 1px 1px 3px 2px #c1557f; box-shadow: 1px 1px 3px 2px #c1557f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,85,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1557f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1557f; -webkit-box-shadow: 1px 1px 3px 2px #c1557f; box-shadow: 1px 1px 3px 2px #c1557f;">
Div content here</div>
This div box has shadow with color #c1557f
Comments
No comments written yet.
Please login to write comment.