Color spaces of #da728b
RGB | 218 | 114 | 139 |
---|---|---|---|
HSL | 0.96 | 0.58 | 0.65 |
HSV | 346° | 48° | 85° |
CMYK | 0.00 | 0.48 | 0.36 0.15 |
XYZ | 39.5910 | 28.8041 | 27.8992 |
Yxy | 28.8041 | 0.4111 | 0.2991 |
Hunter Lab | 53.6695 | 37.7547 | 6.7477 |
CIE-Lab | 60.6083 | 43.2045 | 5.0531 |
#da728b color RGB value is (218,114,139).
#da728b hex color red value is 218, green value is 114 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #da728b hue: 0.96 , saturation: 0.58 and the lightness value of da728b is 0.65.
The process color (four color CMYK) of #da728b color hex is 0.00, 0.48, 0.36, 0.15. Web safe color of #da728b is #cc6699. Color #da728b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01110010 | 10001011 |
Octal | 332 | 162 | 213 |
Decimal | 218 | 114 | 139 |
Hex | DA | 72 | 8B |
Shades of #da728b
Tints of #da728b
RGB Percentages of Color #da728b
CMYK Percentages of Color #da728b
Complementary Color
#da728b | #72dac1 |
#da728b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da728b Color Preview on White Background
Lorem ipsum dolor sit amet.
#da728b Color CSS Codes
.mybgcolor {background-color:#da728b; } .myforecolor {color:#da728b; } .mybordercolor {border:3px solid #da728b; }
#da728b Text Font Color
<p style="color:#da728b">Text here</p>
This sample text font color is #da728b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#da728b Background Color
<div style="background-color:#da728b">
Div content here</div>
This div background color is #da728b
#da728b Border Color
<div style="border:3px solid #da728b">
Div here</div>
This div border color is #da728b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,114,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da728b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da728b; -webkit-box-shadow: 1px 1px 3px 2px #da728b; box-shadow: 1px 1px 3px 2px #da728b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,114,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da728b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da728b; -webkit-box-shadow: 1px 1px 3px 2px #da728b; box-shadow: 1px 1px 3px 2px #da728b;">
Div content here</div>
This div box has shadow with color #da728b
Comments
No comments written yet.
Please login to write comment.