Color spaces of #c460ea
RGB | 196 | 96 | 234 |
---|---|---|---|
HSL | 0.79 | 0.77 | 0.65 |
HSV | 283° | 59° | 92° |
CMYK | 0.16 | 0.59 | 0.00 0.08 |
XYZ | 41.7991 | 26.0420 | 80.6655 |
Yxy | 26.0420 | 0.2815 | 0.1754 |
Hunter Lab | 51.0314 | 56.9021 | -57.9980 |
CIE-Lab | 58.0769 | 60.9329 | -53.2509 |
#c460ea color RGB value is (196,96,234).
#c460ea hex color red value is 196, green value is 96 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c460ea hue: 0.79 , saturation: 0.77 and the lightness value of c460ea is 0.65.
The process color (four color CMYK) of #c460ea color hex is 0.16, 0.59, 0.00, 0.08. Web safe color of #c460ea is #cc66ff. Color #c460ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01100000 | 11101010 |
Octal | 304 | 140 | 352 |
Decimal | 196 | 96 | 234 |
Hex | C4 | 60 | EA |
Shades of #c460ea
Tints of #c460ea
RGB Percentages of Color #c460ea
CMYK Percentages of Color #c460ea
Complementary Color
#c460ea | #86ea60 |
#c460ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c460ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c460ea Color CSS Codes
.mybgcolor {background-color:#c460ea; } .myforecolor {color:#c460ea; } .mybordercolor {border:3px solid #c460ea; }
#c460ea Text Font Color
<p style="color:#c460ea">Text here</p>
This sample text font color is #c460ea
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.
#c460ea Background Color
<div style="background-color:#c460ea">
Div content here</div>
This div background color is #c460ea
#c460ea Border Color
<div style="border:3px solid #c460ea">
Div here</div>
This div border color is #c460ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,96,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c460ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c460ea; -webkit-box-shadow: 1px 1px 3px 2px #c460ea; box-shadow: 1px 1px 3px 2px #c460ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,96,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c460ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c460ea; -webkit-box-shadow: 1px 1px 3px 2px #c460ea; box-shadow: 1px 1px 3px 2px #c460ea;">
Div content here</div>
This div box has shadow with color #c460ea
Comments
No comments written yet.
Please login to write comment.