+ 2
Rgb color filter
I want to apply a background colour for a webpage which is same as that of a photo in my mobile..but how will I know the hex or rgb value of my required colour?
16 Answers
+ 5
hi Ravindra Desai
https://imagecolorpicker.com
might help you best, upload the image , or put the image link
then hover over your image and click the part whose color you want and it ll show the corresponding rgb Color in all 3 formats
+ 8
Try matching with one of these
https://code.sololearn.com/WJly9ZuywWBU/?ref=app
https://code.sololearn.com/W5Of8safsGpc/?ref=app
+ 4
Rahat Hossain hi,
we do that by using gradients in css, there are 2 types of color gradients
1. Linear gradient
2. Radial gradient
explaned nicely here
https://www.sololearn.com/learn/CSS/2242/
+ 3
Rahat Hossain np, share the code we ll find out where the error is
+ 2
Morpheus thank you very much..
+ 1
thanks.. that's a good one...but it takes too long to mimic and verify if it's the same colour.. can't it be done in an easier way?
+ 1
not working?? but it is working...
+ 1
See again Ravindra Desai
+ 1
Rahat Hossain remove the 11 line of css and check.. and why have you written code for the same div 2 times?
+ 1
problem solved π
the problem was css sector.tnx and EID Mubarak Ravindra Desai and Morpheus
+ 1
Morpheus Ravindra Desai please check it
0
how can i add two rgb colour in css?
0
how can i add two rgb colour in css?
0
Morpheus tnx,
some how it's possible?:
Background: linear-gradient (rgb(25,25,25),rgb(50,120,160));
but it's not working!π
0
Morpheus Why div not working two time? https://code.sololearn.com/Wvk98IIwP7Mv/?ref=app