Color spaces of #da89db
RGB | 218 | 137 | 219 |
---|---|---|---|
HSL | 0.83 | 0.53 | 0.70 |
HSV | 299° | 37° | 86° |
CMYK | 0.00 | 0.37 | 0.00 0.14 |
XYZ | 50.6453 | 37.9112 | 71.6661 |
Yxy | 37.9112 | 0.3161 | 0.2366 |
Hunter Lab | 61.5721 | 39.0717 | -25.9095 |
CIE-Lab | 67.9551 | 43.4808 | -29.2225 |
#da89db color RGB value is (218,137,219).
#da89db hex color red value is 218, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #da89db hue: 0.83 , saturation: 0.53 and the lightness value of da89db is 0.70.
The process color (four color CMYK) of #da89db color hex is 0.00, 0.37, 0.00, 0.14. Web safe color of #da89db is #cc99cc. Color #da89db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10001001 | 11011011 |
Octal | 332 | 211 | 333 |
Decimal | 218 | 137 | 219 |
Hex | DA | 89 | DB |
Shades of #da89db
Tints of #da89db
RGB Percentages of Color #da89db
CMYK Percentages of Color #da89db
Complementary Color
#da89db | #8adb89 |
#da89db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da89db Color Preview on White Background
Lorem ipsum dolor sit amet.
#da89db Color CSS Codes
.mybgcolor {background-color:#da89db; } .myforecolor {color:#da89db; } .mybordercolor {border:3px solid #da89db; }
#da89db Text Font Color
<p style="color:#da89db">Text here</p>
This sample text font color is #da89db
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.
#da89db Background Color
<div style="background-color:#da89db">
Div content here</div>
This div background color is #da89db
#da89db Border Color
<div style="border:3px solid #da89db">
Div here</div>
This div border color is #da89db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,137,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da89db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da89db; -webkit-box-shadow: 1px 1px 3px 2px #da89db; box-shadow: 1px 1px 3px 2px #da89db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,137,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da89db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da89db; -webkit-box-shadow: 1px 1px 3px 2px #da89db; box-shadow: 1px 1px 3px 2px #da89db;">
Div content here</div>
This div box has shadow with color #da89db
Comments
No comments written yet.
Please login to write comment.