Color spaces of #c046b2
RGB | 192 | 70 | 178 |
---|---|---|---|
HSL | 0.85 | 0.49 | 0.51 |
HSV | 307° | 64° | 75° |
CMYK | 0.00 | 0.64 | 0.07 0.25 |
XYZ | 31.9643 | 18.8011 | 44.0638 |
Yxy | 18.8011 | 0.3371 | 0.1983 |
Hunter Lab | 43.3602 | 55.7062 | -29.8999 |
CIE-Lab | 50.4537 | 61.2678 | -33.3596 |
#c046b2 color RGB value is (192,70,178).
#c046b2 hex color red value is 192, green value is 70 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c046b2 hue: 0.85 , saturation: 0.49 and the lightness value of c046b2 is 0.51.
The process color (four color CMYK) of #c046b2 color hex is 0.00, 0.64, 0.07, 0.25. Web safe color of #c046b2 is #cc3399. Color #c046b2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01000110 | 10110010 |
Octal | 300 | 106 | 262 |
Decimal | 192 | 70 | 178 |
Hex | C0 | 46 | B2 |
Shades of #c046b2
Tints of #c046b2
RGB Percentages of Color #c046b2
CMYK Percentages of Color #c046b2
Complementary Color
#c046b2 | #46c054 |
#c046b2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c046b2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c046b2 Color CSS Codes
.mybgcolor {background-color:#c046b2; } .myforecolor {color:#c046b2; } .mybordercolor {border:3px solid #c046b2; }
#c046b2 Text Font Color
<p style="color:#c046b2">Text here</p>
This sample text font color is #c046b2
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.
#c046b2 Background Color
<div style="background-color:#c046b2">
Div content here</div>
This div background color is #c046b2
#c046b2 Border Color
<div style="border:3px solid #c046b2">
Div here</div>
This div border color is #c046b2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,70,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c046b2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c046b2; -webkit-box-shadow: 1px 1px 3px 2px #c046b2; box-shadow: 1px 1px 3px 2px #c046b2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,70,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c046b2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c046b2; -webkit-box-shadow: 1px 1px 3px 2px #c046b2; box-shadow: 1px 1px 3px 2px #c046b2;">
Div content here</div>
This div box has shadow with color #c046b2
Comments
No comments written yet.
Please login to write comment.