Color spaces of #c963ab
RGB | 201 | 99 | 171 |
---|---|---|---|
HSL | 0.88 | 0.49 | 0.59 |
HSV | 318° | 51° | 79° |
CMYK | 0.00 | 0.51 | 0.15 0.21 |
XYZ | 35.8999 | 24.2815 | 41.3227 |
Yxy | 24.2815 | 0.3537 | 0.2392 |
Hunter Lab | 49.2763 | 43.8116 | -15.2268 |
CIE-Lab | 56.3685 | 49.4945 | -20.0281 |
#c963ab color RGB value is (201,99,171).
#c963ab hex color red value is 201, green value is 99 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c963ab hue: 0.88 , saturation: 0.49 and the lightness value of c963ab is 0.59.
The process color (four color CMYK) of #c963ab color hex is 0.00, 0.51, 0.15, 0.21. Web safe color of #c963ab is #cc6699. Color #c963ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01100011 | 10101011 |
Octal | 311 | 143 | 253 |
Decimal | 201 | 99 | 171 |
Hex | C9 | 63 | AB |
Shades of #c963ab
Tints of #c963ab
RGB Percentages of Color #c963ab
CMYK Percentages of Color #c963ab
Complementary Color
#c963ab | #63c981 |
#c963ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c963ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c963ab Color CSS Codes
.mybgcolor {background-color:#c963ab; } .myforecolor {color:#c963ab; } .mybordercolor {border:3px solid #c963ab; }
#c963ab Text Font Color
<p style="color:#c963ab">Text here</p>
This sample text font color is #c963ab
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.
#c963ab Background Color
<div style="background-color:#c963ab">
Div content here</div>
This div background color is #c963ab
#c963ab Border Color
<div style="border:3px solid #c963ab">
Div here</div>
This div border color is #c963ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,99,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c963ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c963ab; -webkit-box-shadow: 1px 1px 3px 2px #c963ab; box-shadow: 1px 1px 3px 2px #c963ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,99,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 #c963ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c963ab; -webkit-box-shadow: 1px 1px 3px 2px #c963ab; box-shadow: 1px 1px 3px 2px #c963ab;">
Div content here</div>
This div box has shadow with color #c963ab
Comments
No comments written yet.
Please login to write comment.