Color spaces of #da30dc
RGB | 218 | 48 | 220 |
---|---|---|---|
HSL | 0.83 | 0.71 | 0.53 |
HSV | 299° | 78° | 86° |
CMYK | 0.01 | 0.78 | 0.00 0.14 |
XYZ | 42.8887 | 22.1866 | 69.7321 |
Yxy | 22.1866 | 0.3181 | 0.1646 |
Hunter Lab | 47.1027 | 80.1012 | -54.8027 |
CIE-Lab | 54.2244 | 80.8139 | -51.3169 |
#da30dc color RGB value is (218,48,220).
#da30dc hex color red value is 218, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da30dc hue: 0.83 , saturation: 0.71 and the lightness value of da30dc is 0.53.
The process color (four color CMYK) of #da30dc color hex is 0.01, 0.78, 0.00, 0.14. Web safe color of #da30dc is #cc33cc. Color #da30dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00110000 | 11011100 |
Octal | 332 | 60 | 334 |
Decimal | 218 | 48 | 220 |
Hex | DA | 30 | DC |
Shades of #da30dc
Tints of #da30dc
RGB Percentages of Color #da30dc
CMYK Percentages of Color #da30dc
Complementary Color
#da30dc | #32dc30 |
#da30dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da30dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#da30dc Color CSS Codes
.mybgcolor {background-color:#da30dc; } .myforecolor {color:#da30dc; } .mybordercolor {border:3px solid #da30dc; }
#da30dc Text Font Color
<p style="color:#da30dc">Text here</p>
This sample text font color is #da30dc
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.
#da30dc Background Color
<div style="background-color:#da30dc">
Div content here</div>
This div background color is #da30dc
#da30dc Border Color
<div style="border:3px solid #da30dc">
Div here</div>
This div border color is #da30dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,48,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da30dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da30dc; -webkit-box-shadow: 1px 1px 3px 2px #da30dc; box-shadow: 1px 1px 3px 2px #da30dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,48,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 #da30dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da30dc; -webkit-box-shadow: 1px 1px 3px 2px #da30dc; box-shadow: 1px 1px 3px 2px #da30dc;">
Div content here</div>
This div box has shadow with color #da30dc
Comments
No comments written yet.
Please login to write comment.