Color spaces of #da64bd
RGB | 218 | 100 | 189 |
---|---|---|---|
HSL | 0.87 | 0.61 | 0.62 |
HSV | 315° | 54° | 85° |
CMYK | 0.00 | 0.54 | 0.13 0.15 |
XYZ | 42.6559 | 27.6939 | 51.2414 |
Yxy | 27.6939 | 0.3508 | 0.2278 |
Hunter Lab | 52.6250 | 52.5918 | -20.8937 |
CIE-Lab | 59.6112 | 56.9000 | -25.2027 |
#da64bd color RGB value is (218,100,189).
#da64bd hex color red value is 218, green value is 100 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da64bd hue: 0.87 , saturation: 0.61 and the lightness value of da64bd is 0.62.
The process color (four color CMYK) of #da64bd color hex is 0.00, 0.54, 0.13, 0.15. Web safe color of #da64bd is #cc66cc. Color #da64bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01100100 | 10111101 |
Octal | 332 | 144 | 275 |
Decimal | 218 | 100 | 189 |
Hex | DA | 64 | BD |
Shades of #da64bd
Tints of #da64bd
RGB Percentages of Color #da64bd
CMYK Percentages of Color #da64bd
Complementary Color
#da64bd | #64da81 |
#da64bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da64bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#da64bd Color CSS Codes
.mybgcolor {background-color:#da64bd; } .myforecolor {color:#da64bd; } .mybordercolor {border:3px solid #da64bd; }
#da64bd Text Font Color
<p style="color:#da64bd">Text here</p>
This sample text font color is #da64bd
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.
#da64bd Background Color
<div style="background-color:#da64bd">
Div content here</div>
This div background color is #da64bd
#da64bd Border Color
<div style="border:3px solid #da64bd">
Div here</div>
This div border color is #da64bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,100,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da64bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da64bd; -webkit-box-shadow: 1px 1px 3px 2px #da64bd; box-shadow: 1px 1px 3px 2px #da64bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,100,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da64bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da64bd; -webkit-box-shadow: 1px 1px 3px 2px #da64bd; box-shadow: 1px 1px 3px 2px #da64bd;">
Div content here</div>
This div box has shadow with color #da64bd
Comments
No comments written yet.
Please login to write comment.