Color spaces of #da928d
RGB | 218 | 146 | 141 |
---|---|---|---|
HSL | 0.01 | 0.51 | 0.70 |
HSV | 4° | 35° | 85° |
CMYK | 0.00 | 0.33 | 0.35 0.15 |
XYZ | 44.0000 | 37.3863 | 30.0965 |
Yxy | 37.3863 | 0.3947 | 0.3354 |
Hunter Lab | 61.1443 | 21.4476 | 13.6173 |
CIE-Lab | 67.5658 | 26.5920 | 13.7978 |
#da928d color RGB value is (218,146,141).
#da928d hex color red value is 218, green value is 146 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #da928d hue: 0.01 , saturation: 0.51 and the lightness value of da928d is 0.70.
The process color (four color CMYK) of #da928d color hex is 0.00, 0.33, 0.35, 0.15. Web safe color of #da928d is #cc9999. Color #da928d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10010010 | 10001101 |
Octal | 332 | 222 | 215 |
Decimal | 218 | 146 | 141 |
Hex | DA | 92 | 8D |
Shades of #da928d
Tints of #da928d
RGB Percentages of Color #da928d
CMYK Percentages of Color #da928d
Complementary Color
#da928d | #8dd5da |
#da928d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da928d Color Preview on White Background
Lorem ipsum dolor sit amet.
#da928d Color CSS Codes
.mybgcolor {background-color:#da928d; } .myforecolor {color:#da928d; } .mybordercolor {border:3px solid #da928d; }
#da928d Text Font Color
<p style="color:#da928d">Text here</p>
This sample text font color is #da928d
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.
#da928d Background Color
<div style="background-color:#da928d">
Div content here</div>
This div background color is #da928d
#da928d Border Color
<div style="border:3px solid #da928d">
Div here</div>
This div border color is #da928d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,146,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da928d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da928d; -webkit-box-shadow: 1px 1px 3px 2px #da928d; box-shadow: 1px 1px 3px 2px #da928d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,146,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da928d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da928d; -webkit-box-shadow: 1px 1px 3px 2px #da928d; box-shadow: 1px 1px 3px 2px #da928d;">
Div content here</div>
This div box has shadow with color #da928d
Comments
No comments written yet.
Please login to write comment.