Color spaces of #da448b
RGB | 218 | 68 | 139 |
---|---|---|---|
HSL | 0.92 | 0.67 | 0.56 |
HSV | 332° | 69° | 85° |
CMYK | 0.00 | 0.69 | 0.36 0.15 |
XYZ | 35.6408 | 20.9038 | 26.5824 |
Yxy | 20.9038 | 0.4288 | 0.2515 |
Hunter Lab | 45.7207 | 59.1356 | -2.4673 |
CIE-Lab | 52.8440 | 63.8146 | -6.3028 |
#da448b color RGB value is (218,68,139).
#da448b hex color red value is 218, green value is 68 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #da448b hue: 0.92 , saturation: 0.67 and the lightness value of da448b is 0.56.
The process color (four color CMYK) of #da448b color hex is 0.00, 0.69, 0.36, 0.15. Web safe color of #da448b is #cc3399. Color #da448b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01000100 | 10001011 |
Octal | 332 | 104 | 213 |
Decimal | 218 | 68 | 139 |
Hex | DA | 44 | 8B |
Shades of #da448b
Tints of #da448b
RGB Percentages of Color #da448b
CMYK Percentages of Color #da448b
Complementary Color
#da448b | #44da93 |
#da448b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da448b Color Preview on White Background
Lorem ipsum dolor sit amet.
#da448b Color CSS Codes
.mybgcolor {background-color:#da448b; } .myforecolor {color:#da448b; } .mybordercolor {border:3px solid #da448b; }
#da448b Text Font Color
<p style="color:#da448b">Text here</p>
This sample text font color is #da448b
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.
#da448b Background Color
<div style="background-color:#da448b">
Div content here</div>
This div background color is #da448b
#da448b Border Color
<div style="border:3px solid #da448b">
Div here</div>
This div border color is #da448b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,68,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da448b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da448b; -webkit-box-shadow: 1px 1px 3px 2px #da448b; box-shadow: 1px 1px 3px 2px #da448b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,68,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 #da448b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da448b; -webkit-box-shadow: 1px 1px 3px 2px #da448b; box-shadow: 1px 1px 3px 2px #da448b;">
Div content here</div>
This div box has shadow with color #da448b
Comments
No comments written yet.
Please login to write comment.