Color spaces of #daaafa
RGB | 218 | 170 | 250 |
---|---|---|---|
HSL | 0.77 | 0.89 | 0.82 |
HSV | 276° | 32° | 98° |
CMYK | 0.13 | 0.32 | 0.00 0.02 |
XYZ | 60.5435 | 50.5570 | 97.0100 |
Yxy | 50.5570 | 0.2909 | 0.2429 |
Hunter Lab | 71.1034 | 27.5590 | -31.1199 |
CIE-Lab | 76.4099 | 31.8908 | -33.1215 |
#daaafa color RGB value is (218,170,250).
#daaafa hex color red value is 218, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #daaafa hue: 0.77 , saturation: 0.89 and the lightness value of daaafa is 0.82.
The process color (four color CMYK) of #daaafa color hex is 0.13, 0.32, 0.00, 0.02. Web safe color of #daaafa is #cc99ff. Color #daaafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101010 | 11111010 |
Octal | 332 | 252 | 372 |
Decimal | 218 | 170 | 250 |
Hex | DA | AA | FA |
Shades of #daaafa
Tints of #daaafa
RGB Percentages of Color #daaafa
CMYK Percentages of Color #daaafa
Complementary Color
#daaafa | #cafaaa |
#daaafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daaafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#daaafa Color CSS Codes
.mybgcolor {background-color:#daaafa; } .myforecolor {color:#daaafa; } .mybordercolor {border:3px solid #daaafa; }
#daaafa Text Font Color
<p style="color:#daaafa">Text here</p>
This sample text font color is #daaafa
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.
#daaafa Background Color
<div style="background-color:#daaafa">
Div content here</div>
This div background color is #daaafa
#daaafa Border Color
<div style="border:3px solid #daaafa">
Div here</div>
This div border color is #daaafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,170,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daaafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daaafa; -webkit-box-shadow: 1px 1px 3px 2px #daaafa; box-shadow: 1px 1px 3px 2px #daaafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,170,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 #daaafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daaafa; -webkit-box-shadow: 1px 1px 3px 2px #daaafa; box-shadow: 1px 1px 3px 2px #daaafa;">
Div content here</div>
This div box has shadow with color #daaafa
Comments
No comments written yet.
Please login to write comment.