Color spaces of #c661cc
RGB | 198 | 97 | 204 |
---|---|---|---|
HSL | 0.82 | 0.51 | 0.59 |
HSV | 297° | 52° | 80° |
CMYK | 0.03 | 0.52 | 0.00 0.20 |
XYZ | 38.4625 | 24.9148 | 59.9086 |
Yxy | 24.9148 | 0.3120 | 0.2021 |
Hunter Lab | 49.9147 | 50.1949 | -36.2207 |
CIE-Lab | 56.9923 | 55.2087 | -38.0364 |
#c661cc color RGB value is (198,97,204).
#c661cc hex color red value is 198, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c661cc hue: 0.82 , saturation: 0.51 and the lightness value of c661cc is 0.59.
The process color (four color CMYK) of #c661cc color hex is 0.03, 0.52, 0.00, 0.20. Web safe color of #c661cc is #cc66cc. Color #c661cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01100001 | 11001100 |
Octal | 306 | 141 | 314 |
Decimal | 198 | 97 | 204 |
Hex | C6 | 61 | CC |
Shades of #c661cc
Tints of #c661cc
RGB Percentages of Color #c661cc
CMYK Percentages of Color #c661cc
Complementary Color
#c661cc | #67cc61 |
#c661cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c661cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c661cc Color CSS Codes
.mybgcolor {background-color:#c661cc; } .myforecolor {color:#c661cc; } .mybordercolor {border:3px solid #c661cc; }
#c661cc Text Font Color
<p style="color:#c661cc">Text here</p>
This sample text font color is #c661cc
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.
#c661cc Background Color
<div style="background-color:#c661cc">
Div content here</div>
This div background color is #c661cc
#c661cc Border Color
<div style="border:3px solid #c661cc">
Div here</div>
This div border color is #c661cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,97,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c661cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c661cc; -webkit-box-shadow: 1px 1px 3px 2px #c661cc; box-shadow: 1px 1px 3px 2px #c661cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,97,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 #c661cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c661cc; -webkit-box-shadow: 1px 1px 3px 2px #c661cc; box-shadow: 1px 1px 3px 2px #c661cc;">
Div content here</div>
This div box has shadow with color #c661cc
Comments
No comments written yet.
Please login to write comment.