ARGB十六进制颜色不能在css html中工作 [英] ARGB Hex color not working in css html

查看:207
本文介绍了ARGB十六进制颜色不能在css html中工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么ARGB hex不起作用?

 < td style =background-color:#FFFF9980> 


解决方案使用 rgba(255,153,128, 1.0)而不是你的十六进制值(尽管如果真的是ARGB,它与 RGB #ff9980 code> - 如果你的意思是RGBA,那么你需要 rgba(255,255,153,0.5))。


Why is this ARGB hex not working?

<td style="background-color: #FFFF9980">

解决方案

Use rgba(255,153,128,1.0) instead of your hex value (though if that really is ARGB it's the same as #ff9980 in RGB - if you meant RGBA then you'll need rgba(255,255,153,0.5)).

这篇关于ARGB十六进制颜色不能在css html中工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆