Skip to main content

All Questions

1 vote
1 answer
162 views

Canva Duotone Effect

I've looked around for this question but cant seem to find a response. I am attempting to replicate a duotone image i created on canva, but through CSS. I have attached two images, the first image is ...
ThomasL123's user avatar
1 vote
1 answer
775 views

Problem with SVG Filters to make a specific color transparent in an image

I found a svg filter with multiple filter-effects to make a specific color in an image transparent. I created an image with two colors Red and Black and I am making the black color transparent. The ...
manjuv's user avatar
  • 317
2 votes
1 answer
481 views

Can I make a bokeh blur with SVG filters or CSS filters?

https://en.wikipedia.org/wiki/File:Faux-bokeh-comparison.jpg It's easy to distinguish what filter I am using. I don't want to use Gaussian blur.
simonmysun's user avatar
3 votes
2 answers
3k views

Convert CSS filters to SVG filter

I have working CSS filters on the <img /> elements as I want to. eg. filter: brightness(1) contrast(67%) saturate(250%) grayscale(0%) invert(0%) hue-rotate(330deg) sepia(40%) blur(0px); My ...
michaltaberski's user avatar
93 votes
6 answers
78k views

How to calculate required hue-rotate to generate specific colour?

I have a white image that I am using as a background for a div, and I would like to colour to match the themes main colour. I am aware I can do: filter: sepia() saturate(10000%) hue-rotate(30deg); ...
Richard Parnaby-King's user avatar