Color spaces of #c66dbc
RGB | 198 | 109 | 188 |
---|---|---|---|
HSL | 0.85 | 0.44 | 0.60 |
HSV | 307° | 45° | 78° |
CMYK | 0.00 | 0.45 | 0.05 0.22 |
XYZ | 37.8344 | 26.5739 | 50.7121 |
Yxy | 26.5739 | 0.3287 | 0.2308 |
Hunter Lab | 51.5499 | 40.7956 | -22.2415 |
CIE-Lab | 58.5778 | 46.3504 | -26.4468 |
#c66dbc color RGB value is (198,109,188).
#c66dbc hex color red value is 198, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c66dbc hue: 0.85 , saturation: 0.44 and the lightness value of c66dbc is 0.60.
The process color (four color CMYK) of #c66dbc color hex is 0.00, 0.45, 0.05, 0.22. Web safe color of #c66dbc is #cc66cc. Color #c66dbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01101101 | 10111100 |
Octal | 306 | 155 | 274 |
Decimal | 198 | 109 | 188 |
Hex | C6 | 6D | BC |
Shades of #c66dbc
Tints of #c66dbc
RGB Percentages of Color #c66dbc
CMYK Percentages of Color #c66dbc
Complementary Color
#c66dbc | #6dc677 |
#c66dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c66dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c66dbc Color CSS Codes
.mybgcolor {background-color:#c66dbc; } .myforecolor {color:#c66dbc; } .mybordercolor {border:3px solid #c66dbc; }
#c66dbc Text Font Color
<p style="color:#c66dbc">Text here</p>
This sample text font color is #c66dbc
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.
#c66dbc Background Color
<div style="background-color:#c66dbc">
Div content here</div>
This div background color is #c66dbc
#c66dbc Border Color
<div style="border:3px solid #c66dbc">
Div here</div>
This div border color is #c66dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,109,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c66dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c66dbc; -webkit-box-shadow: 1px 1px 3px 2px #c66dbc; box-shadow: 1px 1px 3px 2px #c66dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,109,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c66dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c66dbc; -webkit-box-shadow: 1px 1px 3px 2px #c66dbc; box-shadow: 1px 1px 3px 2px #c66dbc;">
Div content here</div>
This div box has shadow with color #c66dbc
Comments
No comments written yet.
Please login to write comment.