Color spaces of #c40ffe
RGB | 196 | 15 | 254 |
---|---|---|---|
HSL | 0.79 | 0.99 | 0.53 |
HSV | 285° | 94° | 100° |
CMYK | 0.23 | 0.94 | 0.00 0.00 |
XYZ | 40.8252 | 19.2332 | 95.3266 |
Yxy | 19.2332 | 0.2627 | 0.1238 |
Hunter Lab | 43.8557 | 89.4180 | -98.1764 |
CIE-Lab | 50.9589 | 88.6374 | -75.8828 |
#c40ffe color RGB value is (196,15,254).
#c40ffe hex color red value is 196, green value is 15 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c40ffe hue: 0.79 , saturation: 0.99 and the lightness value of c40ffe is 0.53.
The process color (four color CMYK) of #c40ffe color hex is 0.23, 0.94, 0.00, 0.00. Web safe color of #c40ffe is #cc00ff. Color #c40ffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001111 | 11111110 |
Octal | 304 | 17 | 376 |
Decimal | 196 | 15 | 254 |
Hex | C4 | F | FE |
Shades of #c40ffe
Tints of #c40ffe
RGB Percentages of Color #c40ffe
CMYK Percentages of Color #c40ffe
Complementary Color
#c40ffe | #49fe0f |
#c40ffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40ffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40ffe Color CSS Codes
.mybgcolor {background-color:#c40ffe; } .myforecolor {color:#c40ffe; } .mybordercolor {border:3px solid #c40ffe; }
#c40ffe Text Font Color
<p style="color:#c40ffe">Text here</p>
This sample text font color is #c40ffe
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.
#c40ffe Background Color
<div style="background-color:#c40ffe">
Div content here</div>
This div background color is #c40ffe
#c40ffe Border Color
<div style="border:3px solid #c40ffe">
Div here</div>
This div border color is #c40ffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,15,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40ffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40ffe; -webkit-box-shadow: 1px 1px 3px 2px #c40ffe; box-shadow: 1px 1px 3px 2px #c40ffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,15,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40ffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40ffe; -webkit-box-shadow: 1px 1px 3px 2px #c40ffe; box-shadow: 1px 1px 3px 2px #c40ffe;">
Div content here</div>
This div box has shadow with color #c40ffe
Comments
No comments written yet.
Please login to write comment.