Color spaces of #c42fbe
RGB | 196 | 47 | 190 |
---|---|---|---|
HSL | 0.84 | 0.61 | 0.48 |
HSV | 302° | 76° | 77° |
CMYK | 0.00 | 0.76 | 0.03 0.23 |
XYZ | 33.0757 | 17.4865 | 50.3471 |
Yxy | 17.4865 | 0.3278 | 0.1733 |
Hunter Lab | 41.8169 | 68.0079 | -42.1128 |
CIE-Lab | 48.8673 | 72.0899 | -42.8164 |
#c42fbe color RGB value is (196,47,190).
#c42fbe hex color red value is 196, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c42fbe hue: 0.84 , saturation: 0.61 and the lightness value of c42fbe is 0.48.
The process color (four color CMYK) of #c42fbe color hex is 0.00, 0.76, 0.03, 0.23. Web safe color of #c42fbe is #cc33cc. Color #c42fbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00101111 | 10111110 |
Octal | 304 | 57 | 276 |
Decimal | 196 | 47 | 190 |
Hex | C4 | 2F | BE |
Shades of #c42fbe
Tints of #c42fbe
RGB Percentages of Color #c42fbe
CMYK Percentages of Color #c42fbe
Complementary Color
#c42fbe | #2fc435 |
#c42fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c42fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c42fbe Color CSS Codes
.mybgcolor {background-color:#c42fbe; } .myforecolor {color:#c42fbe; } .mybordercolor {border:3px solid #c42fbe; }
#c42fbe Text Font Color
<p style="color:#c42fbe">Text here</p>
This sample text font color is #c42fbe
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.
#c42fbe Background Color
<div style="background-color:#c42fbe">
Div content here</div>
This div background color is #c42fbe
#c42fbe Border Color
<div style="border:3px solid #c42fbe">
Div here</div>
This div border color is #c42fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,47,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c42fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c42fbe; -webkit-box-shadow: 1px 1px 3px 2px #c42fbe; box-shadow: 1px 1px 3px 2px #c42fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,47,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c42fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c42fbe; -webkit-box-shadow: 1px 1px 3px 2px #c42fbe; box-shadow: 1px 1px 3px 2px #c42fbe;">
Div content here</div>
This div box has shadow with color #c42fbe
Comments
No comments written yet.
Please login to write comment.