CMYK 颜色
CMYK 是 CSS4 的建议标准。
CMYK 计算器
rgb(255, 0, 0)
#ff0000
hsl(0, 100%, 50%)
C:
M:
Y:
K:
CMYK 颜色
CMYK 颜色是青色、品红色、黄色和黑色的组合。
计算机屏幕使用 RGB 颜色值显示颜色。 打印机通常使用 CMYK 颜色值呈现颜色。
HTML 支持
HTML 不支持 CMYK,但建议将其作为 CSS4 中的新标准。
您可以包含 BEGTUT 的颜色库,并使用 CMYK 作为 HTML 属性,如下所示:
亲自试一试
实例
<div data-bt-color="cmyk(100%, 0%, 0%, 0%)">
<p>London is the capital city of England.
It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.</p>
</div>
<script src="/lib/btcolor.js"></script>
<p>London is the capital city of England.
It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.</p>
</div>
<script src="/lib/btcolor.js"></script>
亲自试一试 »
BEGTUT 颜色库
上面示例中使用的 JavaScript 库可以从以下位置下载:
https://www.begtut.com/lib/btcolor.js