Color spaces of #c579dd
RGB | 197 | 121 | 221 |
---|---|---|---|
HSL | 0.79 | 0.60 | 0.67 |
HSV | 286° | 45° | 87° |
CMYK | 0.11 | 0.45 | 0.00 0.13 |
XYZ | 42.9145 | 30.7655 | 72.0831 |
Yxy | 30.7655 | 0.2944 | 0.2111 |
Hunter Lab | 55.4667 | 41.0386 | -38.2252 |
CIE-Lab | 62.3092 | 46.0427 | -39.2937 |
#c579dd color RGB value is (197,121,221).
#c579dd hex color red value is 197, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c579dd hue: 0.79 , saturation: 0.60 and the lightness value of c579dd is 0.67.
The process color (four color CMYK) of #c579dd color hex is 0.11, 0.45, 0.00, 0.13. Web safe color of #c579dd is #cc66cc. Color #c579dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01111001 | 11011101 |
Octal | 305 | 171 | 335 |
Decimal | 197 | 121 | 221 |
Hex | C5 | 79 | DD |
Shades of #c579dd
Tints of #c579dd
RGB Percentages of Color #c579dd
CMYK Percentages of Color #c579dd
Complementary Color
#c579dd | #91dd79 |
#c579dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c579dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c579dd Color CSS Codes
.mybgcolor {background-color:#c579dd; } .myforecolor {color:#c579dd; } .mybordercolor {border:3px solid #c579dd; }
#c579dd Text Font Color
<p style="color:#c579dd">Text here</p>
This sample text font color is #c579dd
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.
#c579dd Background Color
<div style="background-color:#c579dd">
Div content here</div>
This div background color is #c579dd
#c579dd Border Color
<div style="border:3px solid #c579dd">
Div here</div>
This div border color is #c579dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,121,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c579dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c579dd; -webkit-box-shadow: 1px 1px 3px 2px #c579dd; box-shadow: 1px 1px 3px 2px #c579dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,121,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c579dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c579dd; -webkit-box-shadow: 1px 1px 3px 2px #c579dd; box-shadow: 1px 1px 3px 2px #c579dd;">
Div content here</div>
This div box has shadow with color #c579dd
Comments
No comments written yet.
Please login to write comment.