Color spaces of #da3fba
RGB | 218 | 63 | 186 |
---|---|---|---|
HSL | 0.87 | 0.68 | 0.55 |
HSV | 312° | 71° | 85° |
CMYK | 0.00 | 0.71 | 0.15 0.15 |
XYZ | 39.5539 | 22.0056 | 48.6172 |
Yxy | 22.0056 | 0.3590 | 0.1997 |
Hunter Lab | 46.9101 | 68.4157 | -28.6105 |
CIE-Lab | 54.0329 | 71.4301 | -32.1180 |
#da3fba color RGB value is (218,63,186).
#da3fba hex color red value is 218, green value is 63 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #da3fba hue: 0.87 , saturation: 0.68 and the lightness value of da3fba is 0.55.
The process color (four color CMYK) of #da3fba color hex is 0.00, 0.71, 0.15, 0.15. Web safe color of #da3fba is #cc33cc. Color #da3fba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00111111 | 10111010 |
Octal | 332 | 77 | 272 |
Decimal | 218 | 63 | 186 |
Hex | DA | 3F | BA |
Shades of #da3fba
Tints of #da3fba
RGB Percentages of Color #da3fba
CMYK Percentages of Color #da3fba
Complementary Color
#da3fba | #3fda5f |
#da3fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da3fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#da3fba Color CSS Codes
.mybgcolor {background-color:#da3fba; } .myforecolor {color:#da3fba; } .mybordercolor {border:3px solid #da3fba; }
#da3fba Text Font Color
<p style="color:#da3fba">Text here</p>
This sample text font color is #da3fba
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.
#da3fba Background Color
<div style="background-color:#da3fba">
Div content here</div>
This div background color is #da3fba
#da3fba Border Color
<div style="border:3px solid #da3fba">
Div here</div>
This div border color is #da3fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,63,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da3fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da3fba; -webkit-box-shadow: 1px 1px 3px 2px #da3fba; box-shadow: 1px 1px 3px 2px #da3fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,63,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da3fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da3fba; -webkit-box-shadow: 1px 1px 3px 2px #da3fba; box-shadow: 1px 1px 3px 2px #da3fba;">
Div content here</div>
This div box has shadow with color #da3fba
Comments
No comments written yet.
Please login to write comment.