Color spaces of #c46caa
RGB | 196 | 108 | 170 |
---|---|---|---|
HSL | 0.88 | 0.43 | 0.60 |
HSV | 318° | 45° | 77° |
CMYK | 0.00 | 0.45 | 0.13 0.23 |
XYZ | 35.3832 | 25.3632 | 41.0609 |
Yxy | 25.3632 | 0.3476 | 0.2491 |
Hunter Lab | 50.3619 | 37.2770 | -13.0868 |
CIE-Lab | 57.4276 | 43.1872 | -17.8957 |
#c46caa color RGB value is (196,108,170).
#c46caa hex color red value is 196, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c46caa hue: 0.88 , saturation: 0.43 and the lightness value of c46caa is 0.60.
The process color (four color CMYK) of #c46caa color hex is 0.00, 0.45, 0.13, 0.23. Web safe color of #c46caa is #cc6699. Color #c46caa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01101100 | 10101010 |
Octal | 304 | 154 | 252 |
Decimal | 196 | 108 | 170 |
Hex | C4 | 6C | AA |
Shades of #c46caa
Tints of #c46caa
RGB Percentages of Color #c46caa
CMYK Percentages of Color #c46caa
Complementary Color
#c46caa | #6cc486 |
#c46caa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c46caa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c46caa Color CSS Codes
.mybgcolor {background-color:#c46caa; } .myforecolor {color:#c46caa; } .mybordercolor {border:3px solid #c46caa; }
#c46caa Text Font Color
<p style="color:#c46caa">Text here</p>
This sample text font color is #c46caa
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.
#c46caa Background Color
<div style="background-color:#c46caa">
Div content here</div>
This div background color is #c46caa
#c46caa Border Color
<div style="border:3px solid #c46caa">
Div here</div>
This div border color is #c46caa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,108,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c46caa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c46caa; -webkit-box-shadow: 1px 1px 3px 2px #c46caa; box-shadow: 1px 1px 3px 2px #c46caa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,108,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c46caa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c46caa; -webkit-box-shadow: 1px 1px 3px 2px #c46caa; box-shadow: 1px 1px 3px 2px #c46caa;">
Div content here</div>
This div box has shadow with color #c46caa
Comments
No comments written yet.
Please login to write comment.