Color spaces of #c777ff
RGB | 199 | 119 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.73 |
HSV | 275° | 53° | 100° |
CMYK | 0.22 | 0.53 | 0.00 0.00 |
XYZ | 48.2000 | 32.5558 | 98.3512 |
Yxy | 32.5558 | 0.2691 | 0.1818 |
Hunter Lab | 57.0577 | 50.9385 | -62.2587 |
CIE-Lab | 63.7996 | 54.7606 | -55.7462 |
#c777ff color RGB value is (199,119,255).
#c777ff hex color red value is 199, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c777ff hue: 0.76 , saturation: 1.00 and the lightness value of c777ff is 0.73.
The process color (four color CMYK) of #c777ff color hex is 0.22, 0.53, 0.00, 0.00. Web safe color of #c777ff is #cc66ff. Color #c777ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01110111 | 11111111 |
Octal | 307 | 167 | 377 |
Decimal | 199 | 119 | 255 |
Hex | C7 | 77 | FF |
Shades of #c777ff
Tints of #c777ff
RGB Percentages of Color #c777ff
CMYK Percentages of Color #c777ff
Complementary Color
#c777ff | #afff77 |
#c777ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c777ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c777ff Color CSS Codes
.mybgcolor {background-color:#c777ff; } .myforecolor {color:#c777ff; } .mybordercolor {border:3px solid #c777ff; }
#c777ff Text Font Color
<p style="color:#c777ff">Text here</p>
This sample text font color is #c777ff
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.
#c777ff Background Color
<div style="background-color:#c777ff">
Div content here</div>
This div background color is #c777ff
#c777ff Border Color
<div style="border:3px solid #c777ff">
Div here</div>
This div border color is #c777ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,119,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c777ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c777ff; -webkit-box-shadow: 1px 1px 3px 2px #c777ff; box-shadow: 1px 1px 3px 2px #c777ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,119,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c777ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c777ff; -webkit-box-shadow: 1px 1px 3px 2px #c777ff; box-shadow: 1px 1px 3px 2px #c777ff;">
Div content here</div>
This div box has shadow with color #c777ff
Comments
No comments written yet.
Please login to write comment.