Color spaces of #da2a9b
RGB | 218 | 42 | 155 |
---|---|---|---|
HSL | 0.89 | 0.70 | 0.51 |
HSV | 321° | 81° | 85° |
CMYK | 0.00 | 0.81 | 0.29 0.15 |
XYZ | 35.6578 | 18.9279 | 32.7844 |
Yxy | 18.9279 | 0.4081 | 0.2166 |
Hunter Lab | 43.5062 | 70.1632 | -14.2240 |
CIE-Lab | 50.6027 | 73.5328 | -19.2173 |
#da2a9b color RGB value is (218,42,155).
#da2a9b hex color red value is 218, green value is 42 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #da2a9b hue: 0.89 , saturation: 0.70 and the lightness value of da2a9b is 0.51.
The process color (four color CMYK) of #da2a9b color hex is 0.00, 0.81, 0.29, 0.15. Web safe color of #da2a9b is #cc3399. Color #da2a9b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00101010 | 10011011 |
Octal | 332 | 52 | 233 |
Decimal | 218 | 42 | 155 |
Hex | DA | 2A | 9B |
Shades of #da2a9b
Tints of #da2a9b
RGB Percentages of Color #da2a9b
CMYK Percentages of Color #da2a9b
Complementary Color
#da2a9b | #2ada69 |
#da2a9b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da2a9b Color Preview on White Background
Lorem ipsum dolor sit amet.
#da2a9b Color CSS Codes
.mybgcolor {background-color:#da2a9b; } .myforecolor {color:#da2a9b; } .mybordercolor {border:3px solid #da2a9b; }
#da2a9b Text Font Color
<p style="color:#da2a9b">Text here</p>
This sample text font color is #da2a9b
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.
#da2a9b Background Color
<div style="background-color:#da2a9b">
Div content here</div>
This div background color is #da2a9b
#da2a9b Border Color
<div style="border:3px solid #da2a9b">
Div here</div>
This div border color is #da2a9b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,42,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da2a9b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da2a9b; -webkit-box-shadow: 1px 1px 3px 2px #da2a9b; box-shadow: 1px 1px 3px 2px #da2a9b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,42,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da2a9b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da2a9b; -webkit-box-shadow: 1px 1px 3px 2px #da2a9b; box-shadow: 1px 1px 3px 2px #da2a9b;">
Div content here</div>
This div box has shadow with color #da2a9b
Comments
No comments written yet.
Please login to write comment.