Color spaces of #cda4ca
RGB | 205 | 164 | 202 |
---|---|---|---|
HSL | 0.85 | 0.29 | 0.72 |
HSV | 304° | 20° | 80° |
CMYK | 0.00 | 0.20 | 0.01 0.20 |
XYZ | 49.1130 | 43.7943 | 61.7417 |
Yxy | 43.7943 | 0.3176 | 0.2832 |
Hunter Lab | 66.1773 | 16.6623 | -8.9920 |
CIE-Lab | 72.0908 | 21.5246 | -13.6593 |
#cda4ca color RGB value is (205,164,202).
#cda4ca hex color red value is 205, green value is 164 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cda4ca hue: 0.85 , saturation: 0.29 and the lightness value of cda4ca is 0.72.
The process color (four color CMYK) of #cda4ca color hex is 0.00, 0.20, 0.01, 0.20. Web safe color of #cda4ca is #cc99cc. Color #cda4ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100100 | 11001010 |
Octal | 315 | 244 | 312 |
Decimal | 205 | 164 | 202 |
Hex | CD | A4 | CA |
Shades of #cda4ca
Tints of #cda4ca
RGB Percentages of Color #cda4ca
CMYK Percentages of Color #cda4ca
Complementary Color
#cda4ca | #a4cda7 |
#cda4ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda4ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda4ca Color CSS Codes
.mybgcolor {background-color:#cda4ca; } .myforecolor {color:#cda4ca; } .mybordercolor {border:3px solid #cda4ca; }
#cda4ca Text Font Color
<p style="color:#cda4ca">Text here</p>
This sample text font color is #cda4ca
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.
#cda4ca Background Color
<div style="background-color:#cda4ca">
Div content here</div>
This div background color is #cda4ca
#cda4ca Border Color
<div style="border:3px solid #cda4ca">
Div here</div>
This div border color is #cda4ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,164,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda4ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda4ca; -webkit-box-shadow: 1px 1px 3px 2px #cda4ca; box-shadow: 1px 1px 3px 2px #cda4ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,164,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda4ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda4ca; -webkit-box-shadow: 1px 1px 3px 2px #cda4ca; box-shadow: 1px 1px 3px 2px #cda4ca;">
Div content here</div>
This div box has shadow with color #cda4ca
Comments
No comments written yet.
Please login to write comment.