Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1.
RGBA, HSL, HSLA is allowed in SVG 2.0 standard.
Even in RGB opacity will be set through “fill-opacity” parameter
Member name | Description |
---|---|
RGB | RGB mode, example: fill="#ff5511" fill-opacity=“0.73”. Default mode. |
RGBA | RGBA mode, example: fill=“rgba(255, 85, 17, 0.73)” |
HSL | HSL mode, example: fill=“hsl(17, 100%, 53%)” fill-opacity=“0.73” |
HSLA | HSLA mode, example: fill=“hsla(30, 50%, 70%, 0.8)” |
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.