Color spaces of #c356ce
RGB | 195 | 86 | 206 |
---|---|---|---|
HSL | 0.82 | 0.55 | 0.57 |
HSV | 295° | 58° | 81° |
CMYK | 0.05 | 0.58 | 0.00 0.19 |
XYZ | 36.9740 | 22.7139 | 60.8280 |
Yxy | 22.7139 | 0.3068 | 0.1885 |
Hunter Lab | 47.6591 | 55.0771 | -42.3113 |
CIE-Lab | 54.7764 | 59.9263 | -42.6910 |
#c356ce color RGB value is (195,86,206).
#c356ce hex color red value is 195, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c356ce hue: 0.82 , saturation: 0.55 and the lightness value of c356ce is 0.57.
The process color (four color CMYK) of #c356ce color hex is 0.05, 0.58, 0.00, 0.19. Web safe color of #c356ce is #cc66cc. Color #c356ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01010110 | 11001110 |
Octal | 303 | 126 | 316 |
Decimal | 195 | 86 | 206 |
Hex | C3 | 56 | CE |
Shades of #c356ce
Tints of #c356ce
RGB Percentages of Color #c356ce
CMYK Percentages of Color #c356ce
Complementary Color
#c356ce | #61ce56 |
#c356ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c356ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c356ce Color CSS Codes
.mybgcolor {background-color:#c356ce; } .myforecolor {color:#c356ce; } .mybordercolor {border:3px solid #c356ce; }
#c356ce Text Font Color
<p style="color:#c356ce">Text here</p>
This sample text font color is #c356ce
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.
#c356ce Background Color
<div style="background-color:#c356ce">
Div content here</div>
This div background color is #c356ce
#c356ce Border Color
<div style="border:3px solid #c356ce">
Div here</div>
This div border color is #c356ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,86,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c356ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c356ce; -webkit-box-shadow: 1px 1px 3px 2px #c356ce; box-shadow: 1px 1px 3px 2px #c356ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,86,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c356ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c356ce; -webkit-box-shadow: 1px 1px 3px 2px #c356ce; box-shadow: 1px 1px 3px 2px #c356ce;">
Div content here</div>
This div box has shadow with color #c356ce
Comments
No comments written yet.
Please login to write comment.