Color spaces of #c286cb
RGB | 194 | 134 | 203 |
---|---|---|---|
HSL | 0.81 | 0.40 | 0.66 |
HSV | 292° | 34° | 80° |
CMYK | 0.04 | 0.34 | 0.00 0.20 |
XYZ | 41.5527 | 32.8313 | 60.6469 |
Yxy | 32.8313 | 0.3077 | 0.2431 |
Hunter Lab | 57.2986 | 29.1749 | -22.6456 |
CIE-Lab | 64.0241 | 34.5498 | -26.5831 |
#c286cb color RGB value is (194,134,203).
#c286cb hex color red value is 194, green value is 134 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c286cb hue: 0.81 , saturation: 0.40 and the lightness value of c286cb is 0.66.
The process color (four color CMYK) of #c286cb color hex is 0.04, 0.34, 0.00, 0.20. Web safe color of #c286cb is #cc99cc. Color #c286cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10000110 | 11001011 |
Octal | 302 | 206 | 313 |
Decimal | 194 | 134 | 203 |
Hex | C2 | 86 | CB |
Shades of #c286cb
Tints of #c286cb
RGB Percentages of Color #c286cb
CMYK Percentages of Color #c286cb
Complementary Color
#c286cb | #8fcb86 |
#c286cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c286cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c286cb Color CSS Codes
.mybgcolor {background-color:#c286cb; } .myforecolor {color:#c286cb; } .mybordercolor {border:3px solid #c286cb; }
#c286cb Text Font Color
<p style="color:#c286cb">Text here</p>
This sample text font color is #c286cb
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.
#c286cb Background Color
<div style="background-color:#c286cb">
Div content here</div>
This div background color is #c286cb
#c286cb Border Color
<div style="border:3px solid #c286cb">
Div here</div>
This div border color is #c286cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,134,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c286cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c286cb; -webkit-box-shadow: 1px 1px 3px 2px #c286cb; box-shadow: 1px 1px 3px 2px #c286cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,134,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c286cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c286cb; -webkit-box-shadow: 1px 1px 3px 2px #c286cb; box-shadow: 1px 1px 3px 2px #c286cb;">
Div content here</div>
This div box has shadow with color #c286cb
Comments
No comments written yet.
Please login to write comment.