Color spaces of #cda2fd
RGB | 205 | 162 | 253 |
---|---|---|---|
HSL | 0.75 | 0.96 | 0.81 |
HSV | 268° | 36° | 99° |
CMYK | 0.19 | 0.36 | 0.00 0.01 |
XYZ | 55.8268 | 45.9116 | 98.8479 |
Yxy | 45.9116 | 0.2783 | 0.2289 |
Hunter Lab | 67.7581 | 28.4919 | -39.0637 |
CIE-Lab | 73.4881 | 33.0092 | -39.3668 |
#cda2fd color RGB value is (205,162,253).
#cda2fd hex color red value is 205, green value is 162 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cda2fd hue: 0.75 , saturation: 0.96 and the lightness value of cda2fd is 0.81.
The process color (four color CMYK) of #cda2fd color hex is 0.19, 0.36, 0.00, 0.01. Web safe color of #cda2fd is #cc99ff. Color #cda2fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100010 | 11111101 |
Octal | 315 | 242 | 375 |
Decimal | 205 | 162 | 253 |
Hex | CD | A2 | FD |
Shades of #cda2fd
Tints of #cda2fd
RGB Percentages of Color #cda2fd
CMYK Percentages of Color #cda2fd
Complementary Color
#cda2fd | #d2fda2 |
#cda2fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda2fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda2fd Color CSS Codes
.mybgcolor {background-color:#cda2fd; } .myforecolor {color:#cda2fd; } .mybordercolor {border:3px solid #cda2fd; }
#cda2fd Text Font Color
<p style="color:#cda2fd">Text here</p>
This sample text font color is #cda2fd
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.
#cda2fd Background Color
<div style="background-color:#cda2fd">
Div content here</div>
This div background color is #cda2fd
#cda2fd Border Color
<div style="border:3px solid #cda2fd">
Div here</div>
This div border color is #cda2fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,162,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda2fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda2fd; -webkit-box-shadow: 1px 1px 3px 2px #cda2fd; box-shadow: 1px 1px 3px 2px #cda2fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,162,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda2fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda2fd; -webkit-box-shadow: 1px 1px 3px 2px #cda2fd; box-shadow: 1px 1px 3px 2px #cda2fd;">
Div content here</div>
This div box has shadow with color #cda2fd
Related Colors
Comments
No comments written yet.
Please login to write comment.