Color spaces of #c46bab
RGB | 196 | 107 | 171 |
---|---|---|---|
HSL | 0.88 | 0.43 | 0.59 |
HSV | 317° | 45° | 77° |
CMYK | 0.00 | 0.45 | 0.13 0.23 |
XYZ | 35.3733 | 25.1914 | 41.5261 |
Yxy | 25.1914 | 0.3465 | 0.2468 |
Hunter Lab | 50.1910 | 37.9677 | -13.9205 |
CIE-Lab | 57.2614 | 43.8699 | -18.7258 |
#c46bab color RGB value is (196,107,171).
#c46bab hex color red value is 196, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c46bab hue: 0.88 , saturation: 0.43 and the lightness value of c46bab is 0.59.
The process color (four color CMYK) of #c46bab color hex is 0.00, 0.45, 0.13, 0.23. Web safe color of #c46bab is #cc6699. Color #c46bab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01101011 | 10101011 |
Octal | 304 | 153 | 253 |
Decimal | 196 | 107 | 171 |
Hex | C4 | 6B | AB |
Shades of #c46bab
Tints of #c46bab
RGB Percentages of Color #c46bab
CMYK Percentages of Color #c46bab
Complementary Color
#c46bab | #6bc484 |
#c46bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c46bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c46bab Color CSS Codes
.mybgcolor {background-color:#c46bab; } .myforecolor {color:#c46bab; } .mybordercolor {border:3px solid #c46bab; }
#c46bab Text Font Color
<p style="color:#c46bab">Text here</p>
This sample text font color is #c46bab
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.
#c46bab Background Color
<div style="background-color:#c46bab">
Div content here</div>
This div background color is #c46bab
#c46bab Border Color
<div style="border:3px solid #c46bab">
Div here</div>
This div border color is #c46bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,107,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c46bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c46bab; -webkit-box-shadow: 1px 1px 3px 2px #c46bab; box-shadow: 1px 1px 3px 2px #c46bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,107,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c46bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c46bab; -webkit-box-shadow: 1px 1px 3px 2px #c46bab; box-shadow: 1px 1px 3px 2px #c46bab;">
Div content here</div>
This div box has shadow with color #c46bab
Comments
No comments written yet.
Please login to write comment.