Color spaces of #c978dc
RGB | 201 | 120 | 220 |
---|---|---|---|
HSL | 0.80 | 0.59 | 0.67 |
HSV | 289° | 45° | 86° |
CMYK | 0.09 | 0.45 | 0.00 0.14 |
XYZ | 43.7221 | 31.0178 | 71.3928 |
Yxy | 31.0178 | 0.2992 | 0.2123 |
Hunter Lab | 55.6936 | 42.6670 | -37.0174 |
CIE-Lab | 62.5227 | 47.5138 | -38.3674 |
#c978dc color RGB value is (201,120,220).
#c978dc hex color red value is 201, green value is 120 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c978dc hue: 0.80 , saturation: 0.59 and the lightness value of c978dc is 0.67.
The process color (four color CMYK) of #c978dc color hex is 0.09, 0.45, 0.00, 0.14. Web safe color of #c978dc is #cc66cc. Color #c978dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01111000 | 11011100 |
Octal | 311 | 170 | 334 |
Decimal | 201 | 120 | 220 |
Hex | C9 | 78 | DC |
Shades of #c978dc
Tints of #c978dc
RGB Percentages of Color #c978dc
CMYK Percentages of Color #c978dc
Complementary Color
#c978dc | #8bdc78 |
#c978dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c978dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c978dc Color CSS Codes
.mybgcolor {background-color:#c978dc; } .myforecolor {color:#c978dc; } .mybordercolor {border:3px solid #c978dc; }
#c978dc Text Font Color
<p style="color:#c978dc">Text here</p>
This sample text font color is #c978dc
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.
#c978dc Background Color
<div style="background-color:#c978dc">
Div content here</div>
This div background color is #c978dc
#c978dc Border Color
<div style="border:3px solid #c978dc">
Div here</div>
This div border color is #c978dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,120,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c978dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c978dc; -webkit-box-shadow: 1px 1px 3px 2px #c978dc; box-shadow: 1px 1px 3px 2px #c978dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,120,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c978dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c978dc; -webkit-box-shadow: 1px 1px 3px 2px #c978dc; box-shadow: 1px 1px 3px 2px #c978dc;">
Div content here</div>
This div box has shadow with color #c978dc
Comments
No comments written yet.
Please login to write comment.