Color spaces of #da90ec
RGB | 218 | 144 | 236 |
---|---|---|---|
HSL | 0.80 | 0.71 | 0.75 |
HSV | 288° | 39° | 93° |
CMYK | 0.08 | 0.39 | 0.00 0.07 |
XYZ | 54.0270 | 40.9081 | 84.4054 |
Yxy | 40.9081 | 0.3013 | 0.2281 |
Hunter Lab | 63.9594 | 38.8512 | -33.4717 |
CIE-Lab | 70.1115 | 43.0146 | -35.2563 |
#da90ec color RGB value is (218,144,236).
#da90ec hex color red value is 218, green value is 144 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #da90ec hue: 0.80 , saturation: 0.71 and the lightness value of da90ec is 0.75.
The process color (four color CMYK) of #da90ec color hex is 0.08, 0.39, 0.00, 0.07. Web safe color of #da90ec is #cc99ff. Color #da90ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10010000 | 11101100 |
Octal | 332 | 220 | 354 |
Decimal | 218 | 144 | 236 |
Hex | DA | 90 | EC |
Shades of #da90ec
Tints of #da90ec
RGB Percentages of Color #da90ec
CMYK Percentages of Color #da90ec
Complementary Color
#da90ec | #a2ec90 |
#da90ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da90ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#da90ec Color CSS Codes
.mybgcolor {background-color:#da90ec; } .myforecolor {color:#da90ec; } .mybordercolor {border:3px solid #da90ec; }
#da90ec Text Font Color
<p style="color:#da90ec">Text here</p>
This sample text font color is #da90ec
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.
#da90ec Background Color
<div style="background-color:#da90ec">
Div content here</div>
This div background color is #da90ec
#da90ec Border Color
<div style="border:3px solid #da90ec">
Div here</div>
This div border color is #da90ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,144,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da90ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da90ec; -webkit-box-shadow: 1px 1px 3px 2px #da90ec; box-shadow: 1px 1px 3px 2px #da90ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,144,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da90ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da90ec; -webkit-box-shadow: 1px 1px 3px 2px #da90ec; box-shadow: 1px 1px 3px 2px #da90ec;">
Div content here</div>
This div box has shadow with color #da90ec
Comments
No comments written yet.
Please login to write comment.