Color spaces of #dc10eb
RGB | 220 | 16 | 235 |
---|---|---|---|
HSL | 0.82 | 0.87 | 0.49 |
HSV | 296° | 93° | 92° |
CMYK | 0.06 | 0.93 | 0.00 0.08 |
XYZ | 44.6959 | 21.5844 | 80.4077 |
Yxy | 21.5844 | 0.3047 | 0.1471 |
Hunter Lab | 46.4590 | 90.4227 | -70.0933 |
CIE-Lab | 53.5832 | 88.8903 | -60.8056 |
#dc10eb color RGB value is (220,16,235).
#dc10eb hex color red value is 220, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dc10eb hue: 0.82 , saturation: 0.87 and the lightness value of dc10eb is 0.49.
The process color (four color CMYK) of #dc10eb color hex is 0.06, 0.93, 0.00, 0.08. Web safe color of #dc10eb is #cc00ff. Color #dc10eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00010000 | 11101011 |
Octal | 334 | 20 | 353 |
Decimal | 220 | 16 | 235 |
Hex | DC | 10 | EB |
Shades of #dc10eb
Tints of #dc10eb
RGB Percentages of Color #dc10eb
CMYK Percentages of Color #dc10eb
Complementary Color
#dc10eb | #1feb10 |
#dc10eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc10eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc10eb Color CSS Codes
.mybgcolor {background-color:#dc10eb; } .myforecolor {color:#dc10eb; } .mybordercolor {border:3px solid #dc10eb; }
#dc10eb Text Font Color
<p style="color:#dc10eb">Text here</p>
This sample text font color is #dc10eb
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.
#dc10eb Background Color
<div style="background-color:#dc10eb">
Div content here</div>
This div background color is #dc10eb
#dc10eb Border Color
<div style="border:3px solid #dc10eb">
Div here</div>
This div border color is #dc10eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,16,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc10eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc10eb; -webkit-box-shadow: 1px 1px 3px 2px #dc10eb; box-shadow: 1px 1px 3px 2px #dc10eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,16,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 #dc10eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc10eb; -webkit-box-shadow: 1px 1px 3px 2px #dc10eb; box-shadow: 1px 1px 3px 2px #dc10eb;">
Div content here</div>
This div box has shadow with color #dc10eb
Comments
No comments written yet.
Please login to write comment.