Color spaces of #da28eb
RGB | 218 | 40 | 235 |
---|---|---|---|
HSL | 0.82 | 0.83 | 0.54 |
HSV | 295° | 83° | 92° |
CMYK | 0.07 | 0.83 | 0.00 0.08 |
XYZ | 44.6676 | 22.4212 | 80.5707 |
Yxy | 22.4212 | 0.3025 | 0.1518 |
Hunter Lab | 47.3510 | 85.5199 | -67.7399 |
CIE-Lab | 54.4711 | 84.9813 | -59.3969 |
#da28eb color RGB value is (218,40,235).
#da28eb hex color red value is 218, green value is 40 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #da28eb hue: 0.82 , saturation: 0.83 and the lightness value of da28eb is 0.54.
The process color (four color CMYK) of #da28eb color hex is 0.07, 0.83, 0.00, 0.08. Web safe color of #da28eb is #cc33ff. Color #da28eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00101000 | 11101011 |
Octal | 332 | 50 | 353 |
Decimal | 218 | 40 | 235 |
Hex | DA | 28 | EB |
Shades of #da28eb
Tints of #da28eb
RGB Percentages of Color #da28eb
CMYK Percentages of Color #da28eb
Complementary Color
#da28eb | #39eb28 |
#da28eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da28eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#da28eb Color CSS Codes
.mybgcolor {background-color:#da28eb; } .myforecolor {color:#da28eb; } .mybordercolor {border:3px solid #da28eb; }
#da28eb Text Font Color
<p style="color:#da28eb">Text here</p>
This sample text font color is #da28eb
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.
#da28eb Background Color
<div style="background-color:#da28eb">
Div content here</div>
This div background color is #da28eb
#da28eb Border Color
<div style="border:3px solid #da28eb">
Div here</div>
This div border color is #da28eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,40,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da28eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da28eb; -webkit-box-shadow: 1px 1px 3px 2px #da28eb; box-shadow: 1px 1px 3px 2px #da28eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,40,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da28eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da28eb; -webkit-box-shadow: 1px 1px 3px 2px #da28eb; box-shadow: 1px 1px 3px 2px #da28eb;">
Div content here</div>
This div box has shadow with color #da28eb
Comments
No comments written yet.
Please login to write comment.