Color spaces of #c960cb
RGB | 201 | 96 | 203 |
---|---|---|---|
HSL | 0.83 | 0.51 | 0.59 |
HSV | 299° | 53° | 80° |
CMYK | 0.01 | 0.53 | 0.00 0.20 |
XYZ | 39.0498 | 25.0950 | 59.2856 |
Yxy | 25.0950 | 0.3164 | 0.2033 |
Hunter Lab | 50.0949 | 51.4776 | -35.1012 |
CIE-Lab | 57.1679 | 56.3249 | -37.1636 |
#c960cb color RGB value is (201,96,203).
#c960cb hex color red value is 201, green value is 96 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c960cb hue: 0.83 , saturation: 0.51 and the lightness value of c960cb is 0.59.
The process color (four color CMYK) of #c960cb color hex is 0.01, 0.53, 0.00, 0.20. Web safe color of #c960cb is #cc66cc. Color #c960cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01100000 | 11001011 |
Octal | 311 | 140 | 313 |
Decimal | 201 | 96 | 203 |
Hex | C9 | 60 | CB |
Shades of #c960cb
Tints of #c960cb
RGB Percentages of Color #c960cb
CMYK Percentages of Color #c960cb
Complementary Color
#c960cb | #62cb60 |
#c960cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c960cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c960cb Color CSS Codes
.mybgcolor {background-color:#c960cb; } .myforecolor {color:#c960cb; } .mybordercolor {border:3px solid #c960cb; }
#c960cb Text Font Color
<p style="color:#c960cb">Text here</p>
This sample text font color is #c960cb
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.
#c960cb Background Color
<div style="background-color:#c960cb">
Div content here</div>
This div background color is #c960cb
#c960cb Border Color
<div style="border:3px solid #c960cb">
Div here</div>
This div border color is #c960cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,96,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c960cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c960cb; -webkit-box-shadow: 1px 1px 3px 2px #c960cb; box-shadow: 1px 1px 3px 2px #c960cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,96,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c960cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c960cb; -webkit-box-shadow: 1px 1px 3px 2px #c960cb; box-shadow: 1px 1px 3px 2px #c960cb;">
Div content here</div>
This div box has shadow with color #c960cb
Comments
No comments written yet.
Please login to write comment.