Color spaces of #c359dd
RGB | 195 | 89 | 221 |
---|---|---|---|
HSL | 0.80 | 0.66 | 0.61 |
HSV | 288° | 60° | 87° |
CMYK | 0.12 | 0.60 | 0.00 0.13 |
XYZ | 39.1292 | 23.9673 | 70.9704 |
Yxy | 23.9673 | 0.2919 | 0.1788 |
Hunter Lab | 48.9564 | 56.9953 | -51.6812 |
CIE-Lab | 56.0550 | 61.3733 | -49.1751 |
#c359dd color RGB value is (195,89,221).
#c359dd hex color red value is 195, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c359dd hue: 0.80 , saturation: 0.66 and the lightness value of c359dd is 0.61.
The process color (four color CMYK) of #c359dd color hex is 0.12, 0.60, 0.00, 0.13. Web safe color of #c359dd is #cc66cc. Color #c359dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01011001 | 11011101 |
Octal | 303 | 131 | 335 |
Decimal | 195 | 89 | 221 |
Hex | C3 | 59 | DD |
Shades of #c359dd
Tints of #c359dd
RGB Percentages of Color #c359dd
CMYK Percentages of Color #c359dd
Complementary Color
#c359dd | #73dd59 |
#c359dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c359dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c359dd Color CSS Codes
.mybgcolor {background-color:#c359dd; } .myforecolor {color:#c359dd; } .mybordercolor {border:3px solid #c359dd; }
#c359dd Text Font Color
<p style="color:#c359dd">Text here</p>
This sample text font color is #c359dd
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.
#c359dd Background Color
<div style="background-color:#c359dd">
Div content here</div>
This div background color is #c359dd
#c359dd Border Color
<div style="border:3px solid #c359dd">
Div here</div>
This div border color is #c359dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,89,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c359dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c359dd; -webkit-box-shadow: 1px 1px 3px 2px #c359dd; box-shadow: 1px 1px 3px 2px #c359dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,89,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 #c359dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c359dd; -webkit-box-shadow: 1px 1px 3px 2px #c359dd; box-shadow: 1px 1px 3px 2px #c359dd;">
Div content here</div>
This div box has shadow with color #c359dd
Comments
No comments written yet.
Please login to write comment.