Color spaces of #c15477
RGB | 193 | 84 | 119 |
---|---|---|---|
HSL | 0.95 | 0.47 | 0.54 |
HSV | 341° | 56° | 76° |
CMYK | 0.00 | 0.56 | 0.38 0.24 |
XYZ | 28.4924 | 19.0100 | 19.6203 |
Yxy | 19.0100 | 0.4245 | 0.2832 |
Hunter Lab | 43.6005 | 40.3469 | 3.8397 |
CIE-Lab | 50.6989 | 47.1363 | 2.0328 |
#c15477 color RGB value is (193,84,119).
#c15477 hex color red value is 193, green value is 84 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #c15477 hue: 0.95 , saturation: 0.47 and the lightness value of c15477 is 0.54.
The process color (four color CMYK) of #c15477 color hex is 0.00, 0.56, 0.38, 0.24. Web safe color of #c15477 is #cc6666. Color #c15477 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01010100 | 01110111 |
Octal | 301 | 124 | 167 |
Decimal | 193 | 84 | 119 |
Hex | C1 | 54 | 77 |
Shades of #c15477
Tints of #c15477
RGB Percentages of Color #c15477
CMYK Percentages of Color #c15477
Complementary Color
#c15477 | #54c19e |
#c15477 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c15477 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c15477 Color CSS Codes
.mybgcolor {background-color:#c15477; } .myforecolor {color:#c15477; } .mybordercolor {border:3px solid #c15477; }
#c15477 Text Font Color
<p style="color:#c15477">Text here</p>
This sample text font color is #c15477
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.
#c15477 Background Color
<div style="background-color:#c15477">
Div content here</div>
This div background color is #c15477
#c15477 Border Color
<div style="border:3px solid #c15477">
Div here</div>
This div border color is #c15477
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,84,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c15477; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c15477; -webkit-box-shadow: 1px 1px 3px 2px #c15477; box-shadow: 1px 1px 3px 2px #c15477; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,84,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c15477">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c15477; -webkit-box-shadow: 1px 1px 3px 2px #c15477; box-shadow: 1px 1px 3px 2px #c15477;">
Div content here</div>
This div box has shadow with color #c15477
Comments
No comments written yet.
Please login to write comment.