Color spaces of #c86cba
RGB | 200 | 108 | 186 |
---|---|---|---|
HSL | 0.86 | 0.46 | 0.60 |
HSV | 309° | 46° | 78° |
CMYK | 0.00 | 0.46 | 0.07 0.22 |
XYZ | 38.0449 | 26.5497 | 49.5738 |
Yxy | 26.5497 | 0.3332 | 0.2325 |
Hunter Lab | 51.5264 | 41.6256 | -20.9747 |
CIE-Lab | 58.5552 | 47.1289 | -25.3172 |
#c86cba color RGB value is (200,108,186).
#c86cba hex color red value is 200, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c86cba hue: 0.86 , saturation: 0.46 and the lightness value of c86cba is 0.60.
The process color (four color CMYK) of #c86cba color hex is 0.00, 0.46, 0.07, 0.22. Web safe color of #c86cba is #cc66cc. Color #c86cba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01101100 | 10111010 |
Octal | 310 | 154 | 272 |
Decimal | 200 | 108 | 186 |
Hex | C8 | 6C | BA |
Shades of #c86cba
Tints of #c86cba
RGB Percentages of Color #c86cba
CMYK Percentages of Color #c86cba
Complementary Color
#c86cba | #6cc87a |
#c86cba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c86cba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c86cba Color CSS Codes
.mybgcolor {background-color:#c86cba; } .myforecolor {color:#c86cba; } .mybordercolor {border:3px solid #c86cba; }
#c86cba Text Font Color
<p style="color:#c86cba">Text here</p>
This sample text font color is #c86cba
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.
#c86cba Background Color
<div style="background-color:#c86cba">
Div content here</div>
This div background color is #c86cba
#c86cba Border Color
<div style="border:3px solid #c86cba">
Div here</div>
This div border color is #c86cba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,108,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c86cba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c86cba; -webkit-box-shadow: 1px 1px 3px 2px #c86cba; box-shadow: 1px 1px 3px 2px #c86cba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,108,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c86cba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c86cba; -webkit-box-shadow: 1px 1px 3px 2px #c86cba; box-shadow: 1px 1px 3px 2px #c86cba;">
Div content here</div>
This div box has shadow with color #c86cba
Comments
No comments written yet.
Please login to write comment.