Color spaces of #c943cc
RGB | 201 | 67 | 204 |
---|---|---|---|
HSL | 0.83 | 0.57 | 0.53 |
HSV | 299° | 67° | 80° |
CMYK | 0.01 | 0.67 | 0.00 0.20 |
XYZ | 36.9936 | 20.7915 | 59.1901 |
Yxy | 20.7915 | 0.3163 | 0.1777 |
Hunter Lab | 45.5977 | 65.0218 | -45.0456 |
CIE-Lab | 52.7205 | 68.8523 | -44.7437 |
#c943cc color RGB value is (201,67,204).
#c943cc hex color red value is 201, green value is 67 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c943cc hue: 0.83 , saturation: 0.57 and the lightness value of c943cc is 0.53.
The process color (four color CMYK) of #c943cc color hex is 0.01, 0.67, 0.00, 0.20. Web safe color of #c943cc is #cc33cc. Color #c943cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01000011 | 11001100 |
Octal | 311 | 103 | 314 |
Decimal | 201 | 67 | 204 |
Hex | C9 | 43 | CC |
Shades of #c943cc
Tints of #c943cc
RGB Percentages of Color #c943cc
CMYK Percentages of Color #c943cc
Complementary Color
#c943cc | #46cc43 |
#c943cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c943cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c943cc Color CSS Codes
.mybgcolor {background-color:#c943cc; } .myforecolor {color:#c943cc; } .mybordercolor {border:3px solid #c943cc; }
#c943cc Text Font Color
<p style="color:#c943cc">Text here</p>
This sample text font color is #c943cc
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.
#c943cc Background Color
<div style="background-color:#c943cc">
Div content here</div>
This div background color is #c943cc
#c943cc Border Color
<div style="border:3px solid #c943cc">
Div here</div>
This div border color is #c943cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,67,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c943cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c943cc; -webkit-box-shadow: 1px 1px 3px 2px #c943cc; box-shadow: 1px 1px 3px 2px #c943cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,67,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c943cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c943cc; -webkit-box-shadow: 1px 1px 3px 2px #c943cc; box-shadow: 1px 1px 3px 2px #c943cc;">
Div content here</div>
This div box has shadow with color #c943cc
Comments
No comments written yet.
Please login to write comment.