M
M
marvin0072017-09-14 16:17:31
Design
marvin007, 2017-09-14 16:17:31

How to create svg filter with desired color?

Please help me to create svg filter with color #5e6174 as in the picture b2e274f1311f407ba6a7f5ee0c9202a2.jpg
Thank you very much.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anna_BS, 2017-09-14
@Anna_BS

kazzkiq.github.io

<filter id="linear">
    <feColorMatrix
      type="matrix"
      values="0 1.0 0 0 0
              0 1.0 0 0 0
              0 0.6 1 0 0
              0 0 0 1 0 "/>
  </filter>
</feColorMatrix>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question