Color spaces of #c16cad
RGB | 193 | 108 | 173 |
---|---|---|---|
HSL | 0.87 | 0.41 | 0.59 |
HSV | 314° | 44° | 76° |
CMYK | 0.00 | 0.44 | 0.10 0.24 |
XYZ | 34.8977 | 25.0797 | 42.5367 |
Yxy | 25.0797 | 0.3404 | 0.2446 |
Hunter Lab | 50.0796 | 36.7473 | -15.3041 |
CIE-Lab | 57.1530 | 42.7182 | -20.0799 |
#c16cad color RGB value is (193,108,173).
#c16cad hex color red value is 193, green value is 108 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c16cad hue: 0.87 , saturation: 0.41 and the lightness value of c16cad is 0.59.
The process color (four color CMYK) of #c16cad color hex is 0.00, 0.44, 0.10, 0.24. Web safe color of #c16cad is #cc6699. Color #c16cad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01101100 | 10101101 |
Octal | 301 | 154 | 255 |
Decimal | 193 | 108 | 173 |
Hex | C1 | 6C | AD |
Shades of #c16cad
Tints of #c16cad
RGB Percentages of Color #c16cad
CMYK Percentages of Color #c16cad
Complementary Color
#c16cad | #6cc180 |
#c16cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c16cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c16cad Color CSS Codes
.mybgcolor {background-color:#c16cad; } .myforecolor {color:#c16cad; } .mybordercolor {border:3px solid #c16cad; }
#c16cad Text Font Color
<p style="color:#c16cad">Text here</p>
This sample text font color is #c16cad
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.
#c16cad Background Color
<div style="background-color:#c16cad">
Div content here</div>
This div background color is #c16cad
#c16cad Border Color
<div style="border:3px solid #c16cad">
Div here</div>
This div border color is #c16cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,108,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c16cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c16cad; -webkit-box-shadow: 1px 1px 3px 2px #c16cad; box-shadow: 1px 1px 3px 2px #c16cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,108,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c16cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c16cad; -webkit-box-shadow: 1px 1px 3px 2px #c16cad; box-shadow: 1px 1px 3px 2px #c16cad;">
Div content here</div>
This div box has shadow with color #c16cad
Comments
No comments written yet.
Please login to write comment.