Color spaces of #c40bd6
RGB | 196 | 11 | 214 |
---|---|---|---|
HSL | 0.82 | 0.90 | 0.44 |
HSV | 295° | 95° | 84° |
CMYK | 0.08 | 0.95 | 0.00 0.16 |
XYZ | 35.0222 | 16.8301 | 65.0210 |
Yxy | 16.8301 | 0.2997 | 0.1440 |
Hunter Lab | 41.0245 | 80.5907 | -65.2534 |
CIE-Lab | 48.0452 | 82.4010 | -57.9975 |
#c40bd6 color RGB value is (196,11,214).
#c40bd6 hex color red value is 196, green value is 11 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #c40bd6 hue: 0.82 , saturation: 0.90 and the lightness value of c40bd6 is 0.44.
The process color (four color CMYK) of #c40bd6 color hex is 0.08, 0.95, 0.00, 0.16. Web safe color of #c40bd6 is #cc00cc. Color #c40bd6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001011 | 11010110 |
Octal | 304 | 13 | 326 |
Decimal | 196 | 11 | 214 |
Hex | C4 | B | D6 |
Shades of #c40bd6
Tints of #c40bd6
RGB Percentages of Color #c40bd6
CMYK Percentages of Color #c40bd6
Complementary Color
#c40bd6 | #1dd60b |
#c40bd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40bd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40bd6 Color CSS Codes
.mybgcolor {background-color:#c40bd6; } .myforecolor {color:#c40bd6; } .mybordercolor {border:3px solid #c40bd6; }
#c40bd6 Text Font Color
<p style="color:#c40bd6">Text here</p>
This sample text font color is #c40bd6
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.
#c40bd6 Background Color
<div style="background-color:#c40bd6">
Div content here</div>
This div background color is #c40bd6
#c40bd6 Border Color
<div style="border:3px solid #c40bd6">
Div here</div>
This div border color is #c40bd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,11,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40bd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40bd6; -webkit-box-shadow: 1px 1px 3px 2px #c40bd6; box-shadow: 1px 1px 3px 2px #c40bd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,11,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40bd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40bd6; -webkit-box-shadow: 1px 1px 3px 2px #c40bd6; box-shadow: 1px 1px 3px 2px #c40bd6;">
Div content here</div>
This div box has shadow with color #c40bd6
Comments
No comments written yet.
Please login to write comment.