Color spaces of #c196cf
RGB | 193 | 150 | 207 |
---|---|---|---|
HSL | 0.79 | 0.37 | 0.70 |
HSV | 285° | 28° | 81° |
CMYK | 0.07 | 0.28 | 0.00 0.19 |
XYZ | 44.1612 | 37.6551 | 63.9721 |
Yxy | 37.6551 | 0.3029 | 0.2583 |
Hunter Lab | 61.3638 | 21.0732 | -18.8556 |
CIE-Lab | 67.7656 | 26.2025 | -23.0863 |
#c196cf color RGB value is (193,150,207).
#c196cf hex color red value is 193, green value is 150 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c196cf hue: 0.79 , saturation: 0.37 and the lightness value of c196cf is 0.70.
The process color (four color CMYK) of #c196cf color hex is 0.07, 0.28, 0.00, 0.19. Web safe color of #c196cf is #cc99cc. Color #c196cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10010110 | 11001111 |
Octal | 301 | 226 | 317 |
Decimal | 193 | 150 | 207 |
Hex | C1 | 96 | CF |
Shades of #c196cf
Tints of #c196cf
RGB Percentages of Color #c196cf
CMYK Percentages of Color #c196cf
Complementary Color
#c196cf | #a4cf96 |
#c196cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c196cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c196cf Color CSS Codes
.mybgcolor {background-color:#c196cf; } .myforecolor {color:#c196cf; } .mybordercolor {border:3px solid #c196cf; }
#c196cf Text Font Color
<p style="color:#c196cf">Text here</p>
This sample text font color is #c196cf
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.
#c196cf Background Color
<div style="background-color:#c196cf">
Div content here</div>
This div background color is #c196cf
#c196cf Border Color
<div style="border:3px solid #c196cf">
Div here</div>
This div border color is #c196cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,150,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c196cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c196cf; -webkit-box-shadow: 1px 1px 3px 2px #c196cf; box-shadow: 1px 1px 3px 2px #c196cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,150,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c196cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c196cf; -webkit-box-shadow: 1px 1px 3px 2px #c196cf; box-shadow: 1px 1px 3px 2px #c196cf;">
Div content here</div>
This div box has shadow with color #c196cf
Comments
No comments written yet.
Please login to write comment.