Color spaces of #c976ec
RGB | 201 | 118 | 236 |
---|---|---|---|
HSL | 0.78 | 0.76 | 0.69 |
HSV | 282° | 50° | 93° |
CMYK | 0.15 | 0.50 | 0.00 0.07 |
XYZ | 45.7061 | 31.4305 | 83.0146 |
Yxy | 31.4305 | 0.2854 | 0.1963 |
Hunter Lab | 56.0629 | 47.4146 | -48.5490 |
CIE-Lab | 62.8694 | 51.7714 | -46.7280 |
#c976ec color RGB value is (201,118,236).
#c976ec hex color red value is 201, green value is 118 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c976ec hue: 0.78 , saturation: 0.76 and the lightness value of c976ec is 0.69.
The process color (four color CMYK) of #c976ec color hex is 0.15, 0.50, 0.00, 0.07. Web safe color of #c976ec is #cc66ff. Color #c976ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01110110 | 11101100 |
Octal | 311 | 166 | 354 |
Decimal | 201 | 118 | 236 |
Hex | C9 | 76 | EC |
Shades of #c976ec
Tints of #c976ec
RGB Percentages of Color #c976ec
CMYK Percentages of Color #c976ec
Complementary Color
#c976ec | #99ec76 |
#c976ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c976ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c976ec Color CSS Codes
.mybgcolor {background-color:#c976ec; } .myforecolor {color:#c976ec; } .mybordercolor {border:3px solid #c976ec; }
#c976ec Text Font Color
<p style="color:#c976ec">Text here</p>
This sample text font color is #c976ec
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.
#c976ec Background Color
<div style="background-color:#c976ec">
Div content here</div>
This div background color is #c976ec
#c976ec Border Color
<div style="border:3px solid #c976ec">
Div here</div>
This div border color is #c976ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,118,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c976ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c976ec; -webkit-box-shadow: 1px 1px 3px 2px #c976ec; box-shadow: 1px 1px 3px 2px #c976ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,118,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c976ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c976ec; -webkit-box-shadow: 1px 1px 3px 2px #c976ec; box-shadow: 1px 1px 3px 2px #c976ec;">
Div content here</div>
This div box has shadow with color #c976ec
Comments
No comments written yet.
Please login to write comment.