color details

Color Details
#D02090 Color Hex

#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
Color spaces of #D02090Value
RGB208, 32, 144
HSL0.89, 0.73, 0.47
HSV322°, 85°, 82°
XYZ31.56, 16.46, 27.9
Base Numbers
Base Red Green Blue
Binary 11010000 100000 10010000
Octal 320 40 220
Decimal 208 32 144
Hex D0 20 90

RGB Percentages for Color #D02090

54.17%
8.33%
37.5%

CMYK Percentages of the Color #D02090

84.62%
30.77%
18.43%
CSS Codes for Color #D02090
.mybgColor {background-color: #D02090;}
.myforeColor {color: #D02090;}
.myborderColor {border:3px solid #D02090;}
Text Font Color #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,

Background Color #D02090

<div style="background-color:#D02090">Div content here</div>

The background color of this div is #D02090
Border Color #D02090

<div style="border:3px solid #D02090">Div here</div>

The border color of this div is #D02090
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208, 32, 144, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #D02090;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #D02090
Scroll to Top