color details

Color Details
#d49fa2 Color Hex

#d49fa2 color RGB value is (13, 73, 250).
#d49fa2 hex color red value is 13, green value is 73, and blue value is 250.
Cylindrical-coordinate representations (HSL) of color #d49fa2 hue: 224.81, saturation: 0.96 and lightness: 0.52.

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

Color Spaces
Color spaces of #d49fa2Value
RGB212, 159, 162
HSL0.99, 0.38, 0.73
HSV357°, 25°, 83°
XYZ46.07, 41.4, 39.74
Base Numbers
Base Red Green Blue
Binary 11010100 10011111 10100010
Octal 324 237 242
Decimal 212 159 162
Hex D4 9F A2

RGB Percentages for Color #d49fa2

39.77%
29.83%
30.39%

CMYK Percentages of the Color #d49fa2

25%
23.58%
16.86%
CSS Codes for Color #d49fa2
.mybgColor {background-color: #d49fa2;}
.myforeColor {color: #d49fa2;}
.myborderColor {border:3px solid #d49fa2;}
Text Font Color #d49fa2

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(212, 159, 162, 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 #d49fa2;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #d49fa2

Scroll to Top