Color spaces of #c763df
RGB | 199 | 99 | 223 |
---|---|---|---|
HSL | 0.80 | 0.66 | 0.63 |
HSV | 288° | 56° | 87° |
CMYK | 0.11 | 0.56 | 0.00 0.13 |
XYZ | 41.3343 | 26.3935 | 72.7279 |
Yxy | 26.3935 | 0.2943 | 0.1879 |
Hunter Lab | 51.3746 | 53.7096 | -47.9710 |
CIE-Lab | 58.4087 | 58.0881 | -46.5369 |
#c763df color RGB value is (199,99,223).
#c763df hex color red value is 199, green value is 99 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c763df hue: 0.80 , saturation: 0.66 and the lightness value of c763df is 0.63.
The process color (four color CMYK) of #c763df color hex is 0.11, 0.56, 0.00, 0.13. Web safe color of #c763df is #cc66cc. Color #c763df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01100011 | 11011111 |
Octal | 307 | 143 | 337 |
Decimal | 199 | 99 | 223 |
Hex | C7 | 63 | DF |
Shades of #c763df
Tints of #c763df
RGB Percentages of Color #c763df
CMYK Percentages of Color #c763df
Complementary Color
#c763df | #7bdf63 |
#c763df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c763df Color Preview on White Background
Lorem ipsum dolor sit amet.
#c763df Color CSS Codes
.mybgcolor {background-color:#c763df; } .myforecolor {color:#c763df; } .mybordercolor {border:3px solid #c763df; }
#c763df Text Font Color
<p style="color:#c763df">Text here</p>
This sample text font color is #c763df
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.
#c763df Background Color
<div style="background-color:#c763df">
Div content here</div>
This div background color is #c763df
#c763df Border Color
<div style="border:3px solid #c763df">
Div here</div>
This div border color is #c763df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,99,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c763df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c763df; -webkit-box-shadow: 1px 1px 3px 2px #c763df; box-shadow: 1px 1px 3px 2px #c763df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,99,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c763df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c763df; -webkit-box-shadow: 1px 1px 3px 2px #c763df; box-shadow: 1px 1px 3px 2px #c763df;">
Div content here</div>
This div box has shadow with color #c763df
Comments
No comments written yet.
Please login to write comment.