Color spaces of #da9aff
RGB | 218 | 154 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.80 |
HSV | 278° | 40° | 100° |
CMYK | 0.15 | 0.40 | 0.00 0.00 |
XYZ | 58.5190 | 45.2366 | 100.2550 |
Yxy | 45.2366 | 0.2868 | 0.2217 |
Hunter Lab | 67.2582 | 37.6049 | -41.2970 |
CIE-Lab | 73.0474 | 41.5345 | -41.0412 |
#da9aff color RGB value is (218,154,255).
#da9aff hex color red value is 218, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #da9aff hue: 0.77 , saturation: 1.00 and the lightness value of da9aff is 0.80.
The process color (four color CMYK) of #da9aff color hex is 0.15, 0.40, 0.00, 0.00. Web safe color of #da9aff is #cc99ff. Color #da9aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10011010 | 11111111 |
Octal | 332 | 232 | 377 |
Decimal | 218 | 154 | 255 |
Hex | DA | 9A | FF |
Shades of #da9aff
Tints of #da9aff
RGB Percentages of Color #da9aff
CMYK Percentages of Color #da9aff
Complementary Color
#da9aff | #bfff9a |
#da9aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da9aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#da9aff Color CSS Codes
.mybgcolor {background-color:#da9aff; } .myforecolor {color:#da9aff; } .mybordercolor {border:3px solid #da9aff; }
#da9aff Text Font Color
<p style="color:#da9aff">Text here</p>
This sample text font color is #da9aff
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.
#da9aff Background Color
<div style="background-color:#da9aff">
Div content here</div>
This div background color is #da9aff
#da9aff Border Color
<div style="border:3px solid #da9aff">
Div here</div>
This div border color is #da9aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,154,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da9aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da9aff; -webkit-box-shadow: 1px 1px 3px 2px #da9aff; box-shadow: 1px 1px 3px 2px #da9aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,154,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 #da9aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da9aff; -webkit-box-shadow: 1px 1px 3px 2px #da9aff; box-shadow: 1px 1px 3px 2px #da9aff;">
Div content here</div>
This div box has shadow with color #da9aff
#da9aff Color Palettes
Comments
No comments written yet.
Please login to write comment.