Color spaces of #c477ff
RGB | 196 | 119 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.73 |
HSV | 274° | 53° | 100° |
CMYK | 0.23 | 0.53 | 0.00 0.00 |
XYZ | 47.4118 | 32.1494 | 98.3143 |
Yxy | 32.1494 | 0.2665 | 0.1807 |
Hunter Lab | 56.7004 | 50.0324 | -63.1141 |
CIE-Lab | 63.4662 | 54.0125 | -56.2969 |
#c477ff color RGB value is (196,119,255).
#c477ff hex color red value is 196, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c477ff hue: 0.76 , saturation: 1.00 and the lightness value of c477ff is 0.73.
The process color (four color CMYK) of #c477ff color hex is 0.23, 0.53, 0.00, 0.00. Web safe color of #c477ff is #cc66ff. Color #c477ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01110111 | 11111111 |
Octal | 304 | 167 | 377 |
Decimal | 196 | 119 | 255 |
Hex | C4 | 77 | FF |
Shades of #c477ff
Tints of #c477ff
RGB Percentages of Color #c477ff
CMYK Percentages of Color #c477ff
Complementary Color
#c477ff | #b2ff77 |
#c477ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c477ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c477ff Color CSS Codes
.mybgcolor {background-color:#c477ff; } .myforecolor {color:#c477ff; } .mybordercolor {border:3px solid #c477ff; }
#c477ff Text Font Color
<p style="color:#c477ff">Text here</p>
This sample text font color is #c477ff
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.
#c477ff Background Color
<div style="background-color:#c477ff">
Div content here</div>
This div background color is #c477ff
#c477ff Border Color
<div style="border:3px solid #c477ff">
Div here</div>
This div border color is #c477ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,119,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c477ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c477ff; -webkit-box-shadow: 1px 1px 3px 2px #c477ff; box-shadow: 1px 1px 3px 2px #c477ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,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 #c477ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c477ff; -webkit-box-shadow: 1px 1px 3px 2px #c477ff; box-shadow: 1px 1px 3px 2px #c477ff;">
Div content here</div>
This div box has shadow with color #c477ff
#c477ff Color Palettes
Comments
No comments written yet.
Please login to write comment.