Color spaces of #c49fcd
RGB | 196 | 159 | 205 |
---|---|---|---|
HSL | 0.80 | 0.32 | 0.71 |
HSV | 288° | 22° | 80° |
CMYK | 0.04 | 0.22 | 0.00 0.20 |
XYZ | 46.1825 | 40.9398 | 63.2257 |
Yxy | 40.9398 | 0.3072 | 0.2723 |
Hunter Lab | 63.9842 | 16.8653 | -13.7982 |
CIE-Lab | 70.1337 | 21.8158 | -18.3493 |
#c49fcd color RGB value is (196,159,205).
#c49fcd hex color red value is 196, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c49fcd hue: 0.80 , saturation: 0.32 and the lightness value of c49fcd is 0.71.
The process color (four color CMYK) of #c49fcd color hex is 0.04, 0.22, 0.00, 0.20. Web safe color of #c49fcd is #cc99cc. Color #c49fcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10011111 | 11001101 |
Octal | 304 | 237 | 315 |
Decimal | 196 | 159 | 205 |
Hex | C4 | 9F | CD |
Shades of #c49fcd
Tints of #c49fcd
RGB Percentages of Color #c49fcd
CMYK Percentages of Color #c49fcd
Complementary Color
#c49fcd | #a8cd9f |
#c49fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49fcd Color CSS Codes
.mybgcolor {background-color:#c49fcd; } .myforecolor {color:#c49fcd; } .mybordercolor {border:3px solid #c49fcd; }
#c49fcd Text Font Color
<p style="color:#c49fcd">Text here</p>
This sample text font color is #c49fcd
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.
#c49fcd Background Color
<div style="background-color:#c49fcd">
Div content here</div>
This div background color is #c49fcd
#c49fcd Border Color
<div style="border:3px solid #c49fcd">
Div here</div>
This div border color is #c49fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,159,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49fcd; -webkit-box-shadow: 1px 1px 3px 2px #c49fcd; box-shadow: 1px 1px 3px 2px #c49fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,159,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c49fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49fcd; -webkit-box-shadow: 1px 1px 3px 2px #c49fcd; box-shadow: 1px 1px 3px 2px #c49fcd;">
Div content here</div>
This div box has shadow with color #c49fcd
Comments
No comments written yet.
Please login to write comment.