Color spaces of #cda5db
RGB | 205 | 165 | 219 |
---|---|---|---|
HSL | 0.79 | 0.43 | 0.75 |
HSV | 284° | 25° | 86° |
CMYK | 0.06 | 0.25 | 0.00 0.14 |
XYZ | 51.4182 | 45.0039 | 72.9944 |
Yxy | 45.0039 | 0.3035 | 0.2656 |
Hunter Lab | 67.0849 | 19.4152 | -17.5533 |
CIE-Lab | 72.8945 | 24.2422 | -21.7747 |
#cda5db color RGB value is (205,165,219).
#cda5db hex color red value is 205, green value is 165 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cda5db hue: 0.79 , saturation: 0.43 and the lightness value of cda5db is 0.75.
The process color (four color CMYK) of #cda5db color hex is 0.06, 0.25, 0.00, 0.14. Web safe color of #cda5db is #cc99cc. Color #cda5db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100101 | 11011011 |
Octal | 315 | 245 | 333 |
Decimal | 205 | 165 | 219 |
Hex | CD | A5 | DB |
Shades of #cda5db
Tints of #cda5db
RGB Percentages of Color #cda5db
CMYK Percentages of Color #cda5db
Complementary Color
#cda5db | #b3dba5 |
#cda5db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda5db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda5db Color CSS Codes
.mybgcolor {background-color:#cda5db; } .myforecolor {color:#cda5db; } .mybordercolor {border:3px solid #cda5db; }
#cda5db Text Font Color
<p style="color:#cda5db">Text here</p>
This sample text font color is #cda5db
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.
#cda5db Background Color
<div style="background-color:#cda5db">
Div content here</div>
This div background color is #cda5db
#cda5db Border Color
<div style="border:3px solid #cda5db">
Div here</div>
This div border color is #cda5db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,165,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda5db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda5db; -webkit-box-shadow: 1px 1px 3px 2px #cda5db; box-shadow: 1px 1px 3px 2px #cda5db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,165,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 #cda5db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda5db; -webkit-box-shadow: 1px 1px 3px 2px #cda5db; box-shadow: 1px 1px 3px 2px #cda5db;">
Div content here</div>
This div box has shadow with color #cda5db
Comments
No comments written yet.
Please login to write comment.