Color spaces of #c036dd
RGB | 192 | 54 | 221 |
---|---|---|---|
HSL | 0.80 | 0.71 | 0.54 |
HSV | 290° | 76° | 87° |
CMYK | 0.13 | 0.76 | 0.00 0.13 |
XYZ | 36.1085 | 19.0653 | 70.1834 |
Yxy | 19.0653 | 0.2880 | 0.1521 |
Hunter Lab | 43.6638 | 71.2017 | -64.7356 |
CIE-Lab | 50.7635 | 74.3528 | -57.6551 |
#c036dd color RGB value is (192,54,221).
#c036dd hex color red value is 192, green value is 54 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c036dd hue: 0.80 , saturation: 0.71 and the lightness value of c036dd is 0.54.
The process color (four color CMYK) of #c036dd color hex is 0.13, 0.76, 0.00, 0.13. Web safe color of #c036dd is #cc33cc. Color #c036dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00110110 | 11011101 |
Octal | 300 | 66 | 335 |
Decimal | 192 | 54 | 221 |
Hex | C0 | 36 | DD |
Shades of #c036dd
Tints of #c036dd
RGB Percentages of Color #c036dd
CMYK Percentages of Color #c036dd
Complementary Color
#c036dd | #53dd36 |
#c036dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c036dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c036dd Color CSS Codes
.mybgcolor {background-color:#c036dd; } .myforecolor {color:#c036dd; } .mybordercolor {border:3px solid #c036dd; }
#c036dd Text Font Color
<p style="color:#c036dd">Text here</p>
This sample text font color is #c036dd
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.
#c036dd Background Color
<div style="background-color:#c036dd">
Div content here</div>
This div background color is #c036dd
#c036dd Border Color
<div style="border:3px solid #c036dd">
Div here</div>
This div border color is #c036dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,54,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c036dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c036dd; -webkit-box-shadow: 1px 1px 3px 2px #c036dd; box-shadow: 1px 1px 3px 2px #c036dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,54,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c036dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c036dd; -webkit-box-shadow: 1px 1px 3px 2px #c036dd; box-shadow: 1px 1px 3px 2px #c036dd;">
Div content here</div>
This div box has shadow with color #c036dd
Comments
No comments written yet.
Please login to write comment.