Color spaces of #c43fda
RGB | 196 | 63 | 218 |
---|---|---|---|
HSL | 0.81 | 0.68 | 0.55 |
HSV | 291° | 71° | 85° |
CMYK | 0.10 | 0.71 | 0.00 0.15 |
XYZ | 37.1973 | 20.3527 | 68.2976 |
Yxy | 20.3527 | 0.2956 | 0.1617 |
Hunter Lab | 45.1140 | 68.2271 | -58.1788 |
CIE-Lab | 52.2337 | 71.6198 | -53.5589 |
#c43fda color RGB value is (196,63,218).
#c43fda hex color red value is 196, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c43fda hue: 0.81 , saturation: 0.68 and the lightness value of c43fda is 0.55.
The process color (four color CMYK) of #c43fda color hex is 0.10, 0.71, 0.00, 0.15. Web safe color of #c43fda is #cc33cc. Color #c43fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00111111 | 11011010 |
Octal | 304 | 77 | 332 |
Decimal | 196 | 63 | 218 |
Hex | C4 | 3F | DA |
Shades of #c43fda
Tints of #c43fda
RGB Percentages of Color #c43fda
CMYK Percentages of Color #c43fda
Complementary Color
#c43fda | #55da3f |
#c43fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c43fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c43fda Color CSS Codes
.mybgcolor {background-color:#c43fda; } .myforecolor {color:#c43fda; } .mybordercolor {border:3px solid #c43fda; }
#c43fda Text Font Color
<p style="color:#c43fda">Text here</p>
This sample text font color is #c43fda
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.
#c43fda Background Color
<div style="background-color:#c43fda">
Div content here</div>
This div background color is #c43fda
#c43fda Border Color
<div style="border:3px solid #c43fda">
Div here</div>
This div border color is #c43fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,63,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c43fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c43fda; -webkit-box-shadow: 1px 1px 3px 2px #c43fda; box-shadow: 1px 1px 3px 2px #c43fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,63,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c43fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c43fda; -webkit-box-shadow: 1px 1px 3px 2px #c43fda; box-shadow: 1px 1px 3px 2px #c43fda;">
Div content here</div>
This div box has shadow with color #c43fda
Comments
No comments written yet.
Please login to write comment.