Color spaces of #c565ce
RGB | 197 | 101 | 206 |
---|---|---|---|
HSL | 0.82 | 0.52 | 0.60 |
HSV | 295° | 51° | 81° |
CMYK | 0.04 | 0.51 | 0.00 0.19 |
XYZ | 38.8202 | 25.6339 | 61.2943 |
Yxy | 25.6339 | 0.3087 | 0.2039 |
Hunter Lab | 50.6299 | 48.2614 | -36.3375 |
CIE-Lab | 57.6879 | 53.3534 | -38.0910 |
#c565ce color RGB value is (197,101,206).
#c565ce hex color red value is 197, green value is 101 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c565ce hue: 0.82 , saturation: 0.52 and the lightness value of c565ce is 0.60.
The process color (four color CMYK) of #c565ce color hex is 0.04, 0.51, 0.00, 0.19. Web safe color of #c565ce is #cc66cc. Color #c565ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01100101 | 11001110 |
Octal | 305 | 145 | 316 |
Decimal | 197 | 101 | 206 |
Hex | C5 | 65 | CE |
Shades of #c565ce
Tints of #c565ce
RGB Percentages of Color #c565ce
CMYK Percentages of Color #c565ce
Complementary Color
#c565ce | #6ece65 |
#c565ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c565ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c565ce Color CSS Codes
.mybgcolor {background-color:#c565ce; } .myforecolor {color:#c565ce; } .mybordercolor {border:3px solid #c565ce; }
#c565ce Text Font Color
<p style="color:#c565ce">Text here</p>
This sample text font color is #c565ce
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.
#c565ce Background Color
<div style="background-color:#c565ce">
Div content here</div>
This div background color is #c565ce
#c565ce Border Color
<div style="border:3px solid #c565ce">
Div here</div>
This div border color is #c565ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,101,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c565ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c565ce; -webkit-box-shadow: 1px 1px 3px 2px #c565ce; box-shadow: 1px 1px 3px 2px #c565ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,101,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 #c565ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c565ce; -webkit-box-shadow: 1px 1px 3px 2px #c565ce; box-shadow: 1px 1px 3px 2px #c565ce;">
Div content here</div>
This div box has shadow with color #c565ce
Comments
No comments written yet.
Please login to write comment.