Color spaces of #c43feb
RGB | 196 | 63 | 235 |
---|---|---|---|
HSL | 0.80 | 0.81 | 0.58 |
HSV | 286° | 73° | 92° |
CMYK | 0.17 | 0.73 | 0.00 0.08 |
XYZ | 39.5379 | 21.2889 | 80.6226 |
Yxy | 21.2889 | 0.2795 | 0.1505 |
Hunter Lab | 46.1399 | 72.2142 | -71.3025 |
CIE-Lab | 53.2642 | 74.6932 | -61.5165 |
#c43feb color RGB value is (196,63,235).
#c43feb hex color red value is 196, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c43feb hue: 0.80 , saturation: 0.81 and the lightness value of c43feb is 0.58.
The process color (four color CMYK) of #c43feb color hex is 0.17, 0.73, 0.00, 0.08. Web safe color of #c43feb is #cc33ff. Color #c43feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00111111 | 11101011 |
Octal | 304 | 77 | 353 |
Decimal | 196 | 63 | 235 |
Hex | C4 | 3F | EB |
Shades of #c43feb
Tints of #c43feb
RGB Percentages of Color #c43feb
CMYK Percentages of Color #c43feb
Complementary Color
#c43feb | #66eb3f |
#c43feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c43feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c43feb Color CSS Codes
.mybgcolor {background-color:#c43feb; } .myforecolor {color:#c43feb; } .mybordercolor {border:3px solid #c43feb; }
#c43feb Text Font Color
<p style="color:#c43feb">Text here</p>
This sample text font color is #c43feb
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.
#c43feb Background Color
<div style="background-color:#c43feb">
Div content here</div>
This div background color is #c43feb
#c43feb Border Color
<div style="border:3px solid #c43feb">
Div here</div>
This div border color is #c43feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,63,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c43feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c43feb; -webkit-box-shadow: 1px 1px 3px 2px #c43feb; box-shadow: 1px 1px 3px 2px #c43feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,63,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c43feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c43feb; -webkit-box-shadow: 1px 1px 3px 2px #c43feb; box-shadow: 1px 1px 3px 2px #c43feb;">
Div content here</div>
This div box has shadow with color #c43feb
Comments
No comments written yet.
Please login to write comment.