Color spaces of #dad1ff
RGB | 218 | 209 | 255 |
---|---|---|---|
HSL | 0.70 | 1.00 | 0.91 |
HSV | 252° | 18° | 100° |
CMYK | 0.15 | 0.18 | 0.00 0.00 |
XYZ | 69.7639 | 67.7264 | 104.0033 |
Yxy | 67.7264 | 0.2889 | 0.2804 |
Hunter Lab | 82.2961 | 7.2997 | -17.3217 |
CIE-Lab | 85.8695 | 11.9327 | -21.3295 |
#dad1ff color RGB value is (218,209,255).
#dad1ff hex color red value is 218, green value is 209 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dad1ff hue: 0.70 , saturation: 1.00 and the lightness value of dad1ff is 0.91.
The process color (four color CMYK) of #dad1ff color hex is 0.15, 0.18, 0.00, 0.00. Web safe color of #dad1ff is #ccccff. Color #dad1ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010001 | 11111111 |
Octal | 332 | 321 | 377 |
Decimal | 218 | 209 | 255 |
Hex | DA | D1 | FF |
Shades of #dad1ff
Tints of #dad1ff
RGB Percentages of Color #dad1ff
CMYK Percentages of Color #dad1ff
Complementary Color
#dad1ff | #f6ffd1 |
#dad1ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad1ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad1ff Color CSS Codes
.mybgcolor {background-color:#dad1ff; } .myforecolor {color:#dad1ff; } .mybordercolor {border:3px solid #dad1ff; }
#dad1ff Text Font Color
<p style="color:#dad1ff">Text here</p>
This sample text font color is #dad1ff
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.
#dad1ff Background Color
<div style="background-color:#dad1ff">
Div content here</div>
This div background color is #dad1ff
#dad1ff Border Color
<div style="border:3px solid #dad1ff">
Div here</div>
This div border color is #dad1ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,209,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad1ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad1ff; -webkit-box-shadow: 1px 1px 3px 2px #dad1ff; box-shadow: 1px 1px 3px 2px #dad1ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,209,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad1ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad1ff; -webkit-box-shadow: 1px 1px 3px 2px #dad1ff; box-shadow: 1px 1px 3px 2px #dad1ff;">
Div content here</div>
This div box has shadow with color #dad1ff
#dad1ff Color Palettes
Comments
No comments written yet.
Please login to write comment.