#D02090 color RGB value is (13, 2, 9).
#D02090 hex color red value is 13, green value is 2, and blue value is 9.
Cylindrical-coordinate representations (HSL) of color #D02090
hue: 321.82,
saturation: 0.73 and lightness: 0.03.
The process color (four-color CMYK) of #D02090 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D02090 is #ff9999. Color #D02090 contains mainly RED.
Color spaces of #D02090 | Value |
---|---|
RGB | 208, 32, 144 |
HSL | 0.89, 0.73, 0.47 |
HSV | 322°, 85°, 82° |
XYZ | 31.56, 16.46, 27.9 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 100000 | 10010000 |
Octal | 320 | 40 | 220 |
Decimal | 208 | 32 | 144 |
Hex | D0 | 20 | 90 |
Shades of #D02090
Tints of #D02090
.mybgColor {background-color: #D02090;} .myforeColor {color: #D02090;} .myborderColor {border:3px solid #D02090;}
<p style="color:#D02090">Text here</p>
This sample text is styled with the font color #D02090. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#D02090">Div content here</div>
<div style="border:3px solid #D02090">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208, 32, 144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D02090; } .divShadow { -moz-box-shadow: 1px 1px 3px #D02090; -webkit-box-shadow: 1px 1px 3px #D02090; box-shadow: 1px 1px 3px #D02090; }
<p style="text-shadow: 4px 4px 2px rgba(208, 32, 144, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D02090;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D02090;
-webkit-box-shadow: 1px 1px 3px #D02090;
box-shadow: 1px 1px 3px #D02090;">Div content here</div>