Color spaces of #cda3db
RGB | 205 | 163 | 219 |
---|---|---|---|
HSL | 0.79 | 0.44 | 0.75 |
HSV | 285° | 26° | 86° |
CMYK | 0.06 | 0.26 | 0.00 0.14 |
XYZ | 51.0602 | 44.2880 | 72.8751 |
Yxy | 44.2880 | 0.3035 | 0.2633 |
Hunter Lab | 66.5492 | 20.4938 | -18.3414 |
CIE-Lab | 72.4206 | 25.3370 | -22.4963 |
#cda3db color RGB value is (205,163,219).
#cda3db hex color red value is 205, green value is 163 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cda3db hue: 0.79 , saturation: 0.44 and the lightness value of cda3db is 0.75.
The process color (four color CMYK) of #cda3db color hex is 0.06, 0.26, 0.00, 0.14. Web safe color of #cda3db is #cc99cc. Color #cda3db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100011 | 11011011 |
Octal | 315 | 243 | 333 |
Decimal | 205 | 163 | 219 |
Hex | CD | A3 | DB |
Shades of #cda3db
Tints of #cda3db
RGB Percentages of Color #cda3db
CMYK Percentages of Color #cda3db
Complementary Color
#cda3db | #b1dba3 |
#cda3db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda3db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda3db Color CSS Codes
.mybgcolor {background-color:#cda3db; } .myforecolor {color:#cda3db; } .mybordercolor {border:3px solid #cda3db; }
#cda3db Text Font Color
<p style="color:#cda3db">Text here</p>
This sample text font color is #cda3db
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.
#cda3db Background Color
<div style="background-color:#cda3db">
Div content here</div>
This div background color is #cda3db
#cda3db Border Color
<div style="border:3px solid #cda3db">
Div here</div>
This div border color is #cda3db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,163,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda3db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda3db; -webkit-box-shadow: 1px 1px 3px 2px #cda3db; box-shadow: 1px 1px 3px 2px #cda3db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,163,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 #cda3db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda3db; -webkit-box-shadow: 1px 1px 3px 2px #cda3db; box-shadow: 1px 1px 3px 2px #cda3db;">
Div content here</div>
This div box has shadow with color #cda3db
Comments
No comments written yet.
Please login to write comment.