Color spaces of #c978cd
RGB | 201 | 120 | 205 |
---|---|---|---|
HSL | 0.83 | 0.46 | 0.64 |
HSV | 297° | 41° | 80° |
CMYK | 0.02 | 0.41 | 0.00 0.20 |
XYZ | 41.8233 | 30.2582 | 61.3937 |
Yxy | 30.2582 | 0.3133 | 0.2267 |
Hunter Lab | 55.0075 | 39.4542 | -27.6682 |
CIE-Lab | 61.8764 | 44.6292 | -30.9588 |
#c978cd color RGB value is (201,120,205).
#c978cd hex color red value is 201, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c978cd hue: 0.83 , saturation: 0.46 and the lightness value of c978cd is 0.64.
The process color (four color CMYK) of #c978cd color hex is 0.02, 0.41, 0.00, 0.20. Web safe color of #c978cd is #cc66cc. Color #c978cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01111000 | 11001101 |
Octal | 311 | 170 | 315 |
Decimal | 201 | 120 | 205 |
Hex | C9 | 78 | CD |
Shades of #c978cd
Tints of #c978cd
RGB Percentages of Color #c978cd
CMYK Percentages of Color #c978cd
Complementary Color
#c978cd | #7ccd78 |
#c978cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c978cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c978cd Color CSS Codes
.mybgcolor {background-color:#c978cd; } .myforecolor {color:#c978cd; } .mybordercolor {border:3px solid #c978cd; }
#c978cd Text Font Color
<p style="color:#c978cd">Text here</p>
This sample text font color is #c978cd
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.
#c978cd Background Color
<div style="background-color:#c978cd">
Div content here</div>
This div background color is #c978cd
#c978cd Border Color
<div style="border:3px solid #c978cd">
Div here</div>
This div border color is #c978cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,120,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c978cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c978cd; -webkit-box-shadow: 1px 1px 3px 2px #c978cd; box-shadow: 1px 1px 3px 2px #c978cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,120,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c978cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c978cd; -webkit-box-shadow: 1px 1px 3px 2px #c978cd; box-shadow: 1px 1px 3px 2px #c978cd;">
Div content here</div>
This div box has shadow with color #c978cd
Comments
No comments written yet.
Please login to write comment.