Color spaces of #c406fb
RGB | 196 | 6 | 251 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.50 |
HSV | 287° | 98° | 98° |
CMYK | 0.22 | 0.98 | 0.00 0.02 |
XYZ | 40.2427 | 18.8310 | 92.7805 |
Yxy | 18.8310 | 0.2650 | 0.1240 |
Hunter Lab | 43.3947 | 89.5938 | -96.3893 |
CIE-Lab | 50.4889 | 88.8606 | -74.9744 |
#c406fb color RGB value is (196,6,251).
#c406fb hex color red value is 196, green value is 6 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c406fb hue: 0.80 , saturation: 0.97 and the lightness value of c406fb is 0.50.
The process color (four color CMYK) of #c406fb color hex is 0.22, 0.98, 0.00, 0.02. Web safe color of #c406fb is #cc00ff. Color #c406fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00000110 | 11111011 |
Octal | 304 | 6 | 373 |
Decimal | 196 | 6 | 251 |
Hex | C4 | 6 | FB |
Shades of #c406fb
Tints of #c406fb
RGB Percentages of Color #c406fb
CMYK Percentages of Color #c406fb
Complementary Color
#c406fb | #3dfb06 |
#c406fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c406fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c406fb Color CSS Codes
.mybgcolor {background-color:#c406fb; } .myforecolor {color:#c406fb; } .mybordercolor {border:3px solid #c406fb; }
#c406fb Text Font Color
<p style="color:#c406fb">Text here</p>
This sample text font color is #c406fb
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.
#c406fb Background Color
<div style="background-color:#c406fb">
Div content here</div>
This div background color is #c406fb
#c406fb Border Color
<div style="border:3px solid #c406fb">
Div here</div>
This div border color is #c406fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,6,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c406fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c406fb; -webkit-box-shadow: 1px 1px 3px 2px #c406fb; box-shadow: 1px 1px 3px 2px #c406fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,6,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c406fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c406fb; -webkit-box-shadow: 1px 1px 3px 2px #c406fb; box-shadow: 1px 1px 3px 2px #c406fb;">
Div content here</div>
This div box has shadow with color #c406fb
Comments
No comments written yet.
Please login to write comment.