Color spaces of #c49ffc
RGB | 196 | 159 | 252 |
---|---|---|---|
HSL | 0.73 | 0.94 | 0.81 |
HSV | 264° | 37° | 99° |
CMYK | 0.22 | 0.37 | 0.00 0.01 |
XYZ | 52.7338 | 43.5603 | 97.7241 |
Yxy | 43.5603 | 0.2718 | 0.2245 |
Hunter Lab | 66.0002 | 27.1201 | -41.5884 |
CIE-Lab | 71.9336 | 31.8292 | -41.3103 |
#c49ffc color RGB value is (196,159,252).
#c49ffc hex color red value is 196, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c49ffc hue: 0.73 , saturation: 0.94 and the lightness value of c49ffc is 0.81.
The process color (four color CMYK) of #c49ffc color hex is 0.22, 0.37, 0.00, 0.01. Web safe color of #c49ffc is #cc99ff. Color #c49ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10011111 | 11111100 |
Octal | 304 | 237 | 374 |
Decimal | 196 | 159 | 252 |
Hex | C4 | 9F | FC |
Shades of #c49ffc
Tints of #c49ffc
RGB Percentages of Color #c49ffc
CMYK Percentages of Color #c49ffc
Complementary Color
#c49ffc | #d7fc9f |
#c49ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49ffc Color CSS Codes
.mybgcolor {background-color:#c49ffc; } .myforecolor {color:#c49ffc; } .mybordercolor {border:3px solid #c49ffc; }
#c49ffc Text Font Color
<p style="color:#c49ffc">Text here</p>
This sample text font color is #c49ffc
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.
#c49ffc Background Color
<div style="background-color:#c49ffc">
Div content here</div>
This div background color is #c49ffc
#c49ffc Border Color
<div style="border:3px solid #c49ffc">
Div here</div>
This div border color is #c49ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,159,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49ffc; -webkit-box-shadow: 1px 1px 3px 2px #c49ffc; box-shadow: 1px 1px 3px 2px #c49ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,159,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c49ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49ffc; -webkit-box-shadow: 1px 1px 3px 2px #c49ffc; box-shadow: 1px 1px 3px 2px #c49ffc;">
Div content here</div>
This div box has shadow with color #c49ffc
Comments
No comments written yet.
Please login to write comment.