Color spaces of #c286ba
RGB | 194 | 134 | 186 |
---|---|---|---|
HSL | 0.86 | 0.33 | 0.64 |
HSV | 308° | 31° | 76° |
CMYK | 0.00 | 0.31 | 0.04 0.24 |
XYZ | 39.6362 | 32.0647 | 50.5544 |
Yxy | 32.0647 | 0.3242 | 0.2623 |
Hunter Lab | 56.6257 | 25.8494 | -13.2950 |
CIE-Lab | 63.3963 | 31.3295 | -17.9782 |
#c286ba color RGB value is (194,134,186).
#c286ba hex color red value is 194, green value is 134 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c286ba hue: 0.86 , saturation: 0.33 and the lightness value of c286ba is 0.64.
The process color (four color CMYK) of #c286ba color hex is 0.00, 0.31, 0.04, 0.24. Web safe color of #c286ba is #cc99cc. Color #c286ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10000110 | 10111010 |
Octal | 302 | 206 | 272 |
Decimal | 194 | 134 | 186 |
Hex | C2 | 86 | BA |
Shades of #c286ba
Tints of #c286ba
RGB Percentages of Color #c286ba
CMYK Percentages of Color #c286ba
Complementary Color
#c286ba | #86c28e |
#c286ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c286ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c286ba Color CSS Codes
.mybgcolor {background-color:#c286ba; } .myforecolor {color:#c286ba; } .mybordercolor {border:3px solid #c286ba; }
#c286ba Text Font Color
<p style="color:#c286ba">Text here</p>
This sample text font color is #c286ba
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.
#c286ba Background Color
<div style="background-color:#c286ba">
Div content here</div>
This div background color is #c286ba
#c286ba Border Color
<div style="border:3px solid #c286ba">
Div here</div>
This div border color is #c286ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,134,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c286ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c286ba; -webkit-box-shadow: 1px 1px 3px 2px #c286ba; box-shadow: 1px 1px 3px 2px #c286ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,134,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 #c286ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c286ba; -webkit-box-shadow: 1px 1px 3px 2px #c286ba; box-shadow: 1px 1px 3px 2px #c286ba;">
Div content here</div>
This div box has shadow with color #c286ba
Comments
No comments written yet.
Please login to write comment.