Color spaces of #d565db
RGB | 213 | 101 | 219 |
---|---|---|---|
HSL | 0.82 | 0.62 | 0.63 |
HSV | 297° | 54° | 86° |
CMYK | 0.03 | 0.54 | 0.00 0.14 |
XYZ | 44.8804 | 28.5680 | 70.1665 |
Yxy | 28.5680 | 0.3125 | 0.1989 |
Hunter Lab | 53.4490 | 56.3481 | -40.4200 |
CIE-Lab | 60.3985 | 60.0486 | -41.0293 |
#d565db color RGB value is (213,101,219).
#d565db hex color red value is 213, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d565db hue: 0.82 , saturation: 0.62 and the lightness value of d565db is 0.63.
The process color (four color CMYK) of #d565db color hex is 0.03, 0.54, 0.00, 0.14. Web safe color of #d565db is #cc66cc. Color #d565db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01100101 | 11011011 |
Octal | 325 | 145 | 333 |
Decimal | 213 | 101 | 219 |
Hex | D5 | 65 | DB |
Shades of #d565db
Tints of #d565db
RGB Percentages of Color #d565db
CMYK Percentages of Color #d565db
Complementary Color
#d565db | #6bdb65 |
#d565db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d565db Color Preview on White Background
Lorem ipsum dolor sit amet.
#d565db Color CSS Codes
.mybgcolor {background-color:#d565db; } .myforecolor {color:#d565db; } .mybordercolor {border:3px solid #d565db; }
#d565db Text Font Color
<p style="color:#d565db">Text here</p>
This sample text font color is #d565db
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.
#d565db Background Color
<div style="background-color:#d565db">
Div content here</div>
This div background color is #d565db
#d565db Border Color
<div style="border:3px solid #d565db">
Div here</div>
This div border color is #d565db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,101,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d565db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d565db; -webkit-box-shadow: 1px 1px 3px 2px #d565db; box-shadow: 1px 1px 3px 2px #d565db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,101,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 #d565db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d565db; -webkit-box-shadow: 1px 1px 3px 2px #d565db; box-shadow: 1px 1px 3px 2px #d565db;">
Div content here</div>
This div box has shadow with color #d565db
Comments
No comments written yet.
Please login to write comment.