Color spaces of #da54dc
RGB | 218 | 84 | 220 |
---|---|---|---|
HSL | 0.83 | 0.66 | 0.60 |
HSV | 299° | 62° | 86° |
CMYK | 0.01 | 0.62 | 0.00 0.14 |
XYZ | 45.0020 | 26.4134 | 70.4366 |
Yxy | 26.4134 | 0.3172 | 0.1862 |
Hunter Lab | 51.3940 | 66.3602 | -45.2825 |
CIE-Lab | 58.4274 | 68.8960 | -44.6490 |
#da54dc color RGB value is (218,84,220).
#da54dc hex color red value is 218, green value is 84 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da54dc hue: 0.83 , saturation: 0.66 and the lightness value of da54dc is 0.60.
The process color (four color CMYK) of #da54dc color hex is 0.01, 0.62, 0.00, 0.14. Web safe color of #da54dc is #cc66cc. Color #da54dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01010100 | 11011100 |
Octal | 332 | 124 | 334 |
Decimal | 218 | 84 | 220 |
Hex | DA | 54 | DC |
Shades of #da54dc
Tints of #da54dc
RGB Percentages of Color #da54dc
CMYK Percentages of Color #da54dc
Complementary Color
#da54dc | #56dc54 |
#da54dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da54dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#da54dc Color CSS Codes
.mybgcolor {background-color:#da54dc; } .myforecolor {color:#da54dc; } .mybordercolor {border:3px solid #da54dc; }
#da54dc Text Font Color
<p style="color:#da54dc">Text here</p>
This sample text font color is #da54dc
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.
#da54dc Background Color
<div style="background-color:#da54dc">
Div content here</div>
This div background color is #da54dc
#da54dc Border Color
<div style="border:3px solid #da54dc">
Div here</div>
This div border color is #da54dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,84,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da54dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da54dc; -webkit-box-shadow: 1px 1px 3px 2px #da54dc; box-shadow: 1px 1px 3px 2px #da54dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,84,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da54dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da54dc; -webkit-box-shadow: 1px 1px 3px 2px #da54dc; box-shadow: 1px 1px 3px 2px #da54dc;">
Div content here</div>
This div box has shadow with color #da54dc
Comments
No comments written yet.
Please login to write comment.