Color spaces of #c473dc
RGB | 196 | 115 | 220 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.66 |
HSV | 286° | 48° | 86° |
CMYK | 0.11 | 0.48 | 0.00 0.14 |
XYZ | 41.8140 | 29.1645 | 71.1356 |
Yxy | 29.1645 | 0.2942 | 0.2052 |
Hunter Lab | 54.0042 | 43.7005 | -40.2953 |
CIE-Lab | 60.9265 | 48.6951 | -40.9105 |
#c473dc color RGB value is (196,115,220).
#c473dc hex color red value is 196, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c473dc hue: 0.80 , saturation: 0.60 and the lightness value of c473dc is 0.66.
The process color (four color CMYK) of #c473dc color hex is 0.11, 0.48, 0.00, 0.14. Web safe color of #c473dc is #cc66cc. Color #c473dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01110011 | 11011100 |
Octal | 304 | 163 | 334 |
Decimal | 196 | 115 | 220 |
Hex | C4 | 73 | DC |
Shades of #c473dc
Tints of #c473dc
RGB Percentages of Color #c473dc
CMYK Percentages of Color #c473dc
Complementary Color
#c473dc | #8bdc73 |
#c473dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c473dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c473dc Color CSS Codes
.mybgcolor {background-color:#c473dc; } .myforecolor {color:#c473dc; } .mybordercolor {border:3px solid #c473dc; }
#c473dc Text Font Color
<p style="color:#c473dc">Text here</p>
This sample text font color is #c473dc
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.
#c473dc Background Color
<div style="background-color:#c473dc">
Div content here</div>
This div background color is #c473dc
#c473dc Border Color
<div style="border:3px solid #c473dc">
Div here</div>
This div border color is #c473dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,115,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c473dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c473dc; -webkit-box-shadow: 1px 1px 3px 2px #c473dc; box-shadow: 1px 1px 3px 2px #c473dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,115,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c473dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c473dc; -webkit-box-shadow: 1px 1px 3px 2px #c473dc; box-shadow: 1px 1px 3px 2px #c473dc;">
Div content here</div>
This div box has shadow with color #c473dc
Comments
No comments written yet.
Please login to write comment.