color details

Color Details
#D5006B Color Hex

#D5006B color RGB value is (13, 80, 6).
#D5006B hex color red value is 13, green value is 80, and blue value is 6.
Cylindrical-coordinate representations (HSL) of color #D5006B hue: 114.32, saturation: 0.86 and lightness: 0.17.

The process color (four-color CMYK) of #D5006B color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D5006B is #ff9999. Color #D5006B contains mainly RED.

Color Spaces
Color spaces of #D5006BValue
RGB213, 0, 107
HSL0.92, 1, 0.42
HSV330°, 100°, 84°
XYZ30.1, 15.21, 15.26
Base Numbers
Base Red Green Blue
Binary 11010101 0 1101011
Octal 325 0 153
Decimal 213 0 107
Hex D5 0 6B

RGB Percentages for Color #D5006B

66.56%
33.44%

CMYK Percentages of the Color #D5006B

100%
49.77%
16.47%
CSS Codes for Color #D5006B
.mybgColor {background-color: #D5006B;}
.myforeColor {color: #D5006B;}
.myborderColor {border:3px solid #D5006B;}
Text Font Color #D5006B

<p style="color:#D5006B">Text here</p>

This sample text is styled with the font color #D5006B. 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 #D5006B

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

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

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

The border color of this div is #D5006B
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(213, 0, 107, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #D5006B;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #D5006B;
-webkit-box-shadow: 1px 1px 3px #D5006B;
box-shadow: 1px 1px 3px #D5006B;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213, 0, 107, 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 #D5006B;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #D5006B; -webkit-box-shadow: 1px 1px 3px #D5006B; box-shadow: 1px 1px 3px #D5006B;">Div content here</div>

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