Color spaces of #cda0fa
RGB | 205 | 160 | 250 |
---|---|---|---|
HSL | 0.75 | 0.90 | 0.80 |
HSV | 270° | 36° | 98° |
CMYK | 0.18 | 0.36 | 0.00 0.02 |
XYZ | 55.0030 | 45.0229 | 96.2338 |
Yxy | 45.0229 | 0.2803 | 0.2294 |
Hunter Lab | 67.0991 | 28.8980 | -38.0646 |
CIE-Lab | 72.9070 | 33.4443 | -38.6464 |
#cda0fa color RGB value is (205,160,250).
#cda0fa hex color red value is 205, green value is 160 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cda0fa hue: 0.75 , saturation: 0.90 and the lightness value of cda0fa is 0.80.
The process color (four color CMYK) of #cda0fa color hex is 0.18, 0.36, 0.00, 0.02. Web safe color of #cda0fa is #cc99ff. Color #cda0fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100000 | 11111010 |
Octal | 315 | 240 | 372 |
Decimal | 205 | 160 | 250 |
Hex | CD | A0 | FA |
Shades of #cda0fa
Tints of #cda0fa
RGB Percentages of Color #cda0fa
CMYK Percentages of Color #cda0fa
Complementary Color
#cda0fa | #cdfaa0 |
#cda0fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda0fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda0fa Color CSS Codes
.mybgcolor {background-color:#cda0fa; } .myforecolor {color:#cda0fa; } .mybordercolor {border:3px solid #cda0fa; }
#cda0fa Text Font Color
<p style="color:#cda0fa">Text here</p>
This sample text font color is #cda0fa
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.
#cda0fa Background Color
<div style="background-color:#cda0fa">
Div content here</div>
This div background color is #cda0fa
#cda0fa Border Color
<div style="border:3px solid #cda0fa">
Div here</div>
This div border color is #cda0fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,160,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda0fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda0fa; -webkit-box-shadow: 1px 1px 3px 2px #cda0fa; box-shadow: 1px 1px 3px 2px #cda0fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,160,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda0fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda0fa; -webkit-box-shadow: 1px 1px 3px 2px #cda0fa; box-shadow: 1px 1px 3px 2px #cda0fa;">
Div content here</div>
This div box has shadow with color #cda0fa
Comments
No comments written yet.
Please login to write comment.