color details

Color Details
#da97a0 Color Hex

#da97a0 color RGB value is (13, 169, 122).
#da97a0 hex color red value is 13, green value is 169, and blue value is 122.
Cylindrical-coordinate representations (HSL) of color #da97a0 hue: 161.92, saturation: 0.86 and lightness: 0.36.

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

Color Spaces
Color spaces of #da97a0Value
RGB218, 151, 160
HSL0.98, 0.48, 0.72
HSV352°, 31°, 85°
XYZ46.33, 39.58, 38.45
Base Numbers
Base Red Green Blue
Binary 11011010 10010111 10100000
Octal 332 227 240
Decimal 218 151 160
Hex DA 97 A0

RGB Percentages for Color #da97a0

41.21%
28.54%
30.25%

CMYK Percentages of the Color #da97a0

30.73%
26.61%
14.51%
CSS Codes for Color #da97a0
.mybgColor {background-color: #da97a0;}
.myforeColor {color: #da97a0;}
.myborderColor {border:3px solid #da97a0;}
Text Font Color #da97a0

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(218, 151, 160, 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 #da97a0;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top