Color spaces of #c486ea
RGB | 196 | 134 | 234 |
---|---|---|---|
HSL | 0.77 | 0.70 | 0.72 |
HSV | 277° | 43° | 92° |
CMYK | 0.16 | 0.43 | 0.00 0.08 |
XYZ | 46.1413 | 34.7265 | 82.1129 |
Yxy | 34.7265 | 0.2831 | 0.2131 |
Hunter Lab | 58.9292 | 36.6386 | -41.3652 |
CIE-Lab | 65.5352 | 41.5202 | -41.4678 |
#c486ea color RGB value is (196,134,234).
#c486ea hex color red value is 196, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c486ea hue: 0.77 , saturation: 0.70 and the lightness value of c486ea is 0.72.
The process color (four color CMYK) of #c486ea color hex is 0.16, 0.43, 0.00, 0.08. Web safe color of #c486ea is #cc99ff. Color #c486ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10000110 | 11101010 |
Octal | 304 | 206 | 352 |
Decimal | 196 | 134 | 234 |
Hex | C4 | 86 | EA |
Shades of #c486ea
Tints of #c486ea
RGB Percentages of Color #c486ea
CMYK Percentages of Color #c486ea
Complementary Color
#c486ea | #acea86 |
#c486ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c486ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c486ea Color CSS Codes
.mybgcolor {background-color:#c486ea; } .myforecolor {color:#c486ea; } .mybordercolor {border:3px solid #c486ea; }
#c486ea Text Font Color
<p style="color:#c486ea">Text here</p>
This sample text font color is #c486ea
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.
#c486ea Background Color
<div style="background-color:#c486ea">
Div content here</div>
This div background color is #c486ea
#c486ea Border Color
<div style="border:3px solid #c486ea">
Div here</div>
This div border color is #c486ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,134,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c486ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c486ea; -webkit-box-shadow: 1px 1px 3px 2px #c486ea; box-shadow: 1px 1px 3px 2px #c486ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,134,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 #c486ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c486ea; -webkit-box-shadow: 1px 1px 3px 2px #c486ea; box-shadow: 1px 1px 3px 2px #c486ea;">
Div content here</div>
This div box has shadow with color #c486ea
Comments
No comments written yet.
Please login to write comment.