Color spaces of #800dcc
RGB | 128 | 13 | 204 |
---|---|---|---|
HSL | 0.77 | 0.88 | 0.43 |
HSV | 276° | 94° | 80° |
CMYK | 0.37 | 0.94 | 0.00 0.20 |
XYZ | 19.9451 | 9.2367 | 57.8584 |
Yxy | 9.2367 | 0.2291 | 0.1061 |
Hunter Lab | 30.3919 | 63.9570 | -91.5985 |
CIE-Lab | 36.4361 | 71.1052 | -71.5869 |
#800dcc color RGB value is (128,13,204).
#800dcc hex color red value is 128, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #800dcc hue: 0.77 , saturation: 0.88 and the lightness value of 800dcc is 0.43.
The process color (four color CMYK) of #800dcc color hex is 0.37, 0.94, 0.00, 0.20. Web safe color of #800dcc is #9900cc. Color #800dcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00001101 | 11001100 |
Octal | 200 | 15 | 314 |
Decimal | 128 | 13 | 204 |
Hex | 80 | D | CC |
Shades of #800dcc
Tints of #800dcc
RGB Percentages of Color #800dcc
CMYK Percentages of Color #800dcc
Complementary Color
#800dcc | #59cc0d |
#800dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#800dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#800dcc Color CSS Codes
.mybgcolor {background-color:#800dcc; } .myforecolor {color:#800dcc; } .mybordercolor {border:3px solid #800dcc; }
#800dcc Text Font Color
<p style="color:#800dcc">Text here</p>
This sample text font color is #800dcc
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.
#800dcc Background Color
<div style="background-color:#800dcc">
Div content here</div>
This div background color is #800dcc
#800dcc Border Color
<div style="border:3px solid #800dcc">
Div here</div>
This div border color is #800dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,13,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #800dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #800dcc; -webkit-box-shadow: 1px 1px 3px 2px #800dcc; box-shadow: 1px 1px 3px 2px #800dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,13,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #800dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #800dcc; -webkit-box-shadow: 1px 1px 3px 2px #800dcc; box-shadow: 1px 1px 3px 2px #800dcc;">
Div content here</div>
This div box has shadow with color #800dcc
Comments
No comments written yet.
Please login to write comment.