Color spaces of #cda0fc
RGB | 205 | 160 | 252 |
---|---|---|---|
HSL | 0.75 | 0.94 | 0.81 |
HSV | 269° | 37° | 99° |
CMYK | 0.19 | 0.37 | 0.00 0.01 |
XYZ | 55.3183 | 45.1490 | 97.8945 |
Yxy | 45.1490 | 0.2789 | 0.2276 |
Hunter Lab | 67.1930 | 29.3668 | -39.3454 |
CIE-Lab | 72.9899 | 33.8815 | -39.6012 |
#cda0fc color RGB value is (205,160,252).
#cda0fc hex color red value is 205, green value is 160 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cda0fc hue: 0.75 , saturation: 0.94 and the lightness value of cda0fc is 0.81.
The process color (four color CMYK) of #cda0fc color hex is 0.19, 0.37, 0.00, 0.01. Web safe color of #cda0fc is #cc99ff. Color #cda0fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100000 | 11111100 |
Octal | 315 | 240 | 374 |
Decimal | 205 | 160 | 252 |
Hex | CD | A0 | FC |
Shades of #cda0fc
Tints of #cda0fc
RGB Percentages of Color #cda0fc
CMYK Percentages of Color #cda0fc
Complementary Color
#cda0fc | #cffca0 |
#cda0fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda0fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda0fc Color CSS Codes
.mybgcolor {background-color:#cda0fc; } .myforecolor {color:#cda0fc; } .mybordercolor {border:3px solid #cda0fc; }
#cda0fc Text Font Color
<p style="color:#cda0fc">Text here</p>
This sample text font color is #cda0fc
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.
#cda0fc Background Color
<div style="background-color:#cda0fc">
Div content here</div>
This div background color is #cda0fc
#cda0fc Border Color
<div style="border:3px solid #cda0fc">
Div here</div>
This div border color is #cda0fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,160,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda0fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda0fc; -webkit-box-shadow: 1px 1px 3px 2px #cda0fc; box-shadow: 1px 1px 3px 2px #cda0fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,160,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda0fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda0fc; -webkit-box-shadow: 1px 1px 3px 2px #cda0fc; box-shadow: 1px 1px 3px 2px #cda0fc;">
Div content here</div>
This div box has shadow with color #cda0fc
Comments
No comments written yet.
Please login to write comment.