Color spaces of #c594dd
RGB | 197 | 148 | 221 |
---|---|---|---|
HSL | 0.78 | 0.52 | 0.72 |
HSV | 280° | 33° | 87° |
CMYK | 0.11 | 0.33 | 0.00 0.13 |
XYZ | 46.6670 | 38.2706 | 73.3340 |
Yxy | 38.2706 | 0.2949 | 0.2418 |
Hunter Lab | 61.8632 | 26.3922 | -26.9794 |
CIE-Lab | 68.2196 | 31.4363 | -30.1059 |
#c594dd color RGB value is (197,148,221).
#c594dd hex color red value is 197, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c594dd hue: 0.78 , saturation: 0.52 and the lightness value of c594dd is 0.72.
The process color (four color CMYK) of #c594dd color hex is 0.11, 0.33, 0.00, 0.13. Web safe color of #c594dd is #cc99cc. Color #c594dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10010100 | 11011101 |
Octal | 305 | 224 | 335 |
Decimal | 197 | 148 | 221 |
Hex | C5 | 94 | DD |
Shades of #c594dd
Tints of #c594dd
RGB Percentages of Color #c594dd
CMYK Percentages of Color #c594dd
Complementary Color
#c594dd | #acdd94 |
#c594dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c594dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c594dd Color CSS Codes
.mybgcolor {background-color:#c594dd; } .myforecolor {color:#c594dd; } .mybordercolor {border:3px solid #c594dd; }
#c594dd Text Font Color
<p style="color:#c594dd">Text here</p>
This sample text font color is #c594dd
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.
#c594dd Background Color
<div style="background-color:#c594dd">
Div content here</div>
This div background color is #c594dd
#c594dd Border Color
<div style="border:3px solid #c594dd">
Div here</div>
This div border color is #c594dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,148,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c594dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c594dd; -webkit-box-shadow: 1px 1px 3px 2px #c594dd; box-shadow: 1px 1px 3px 2px #c594dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,148,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 #c594dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c594dd; -webkit-box-shadow: 1px 1px 3px 2px #c594dd; box-shadow: 1px 1px 3px 2px #c594dd;">
Div content here</div>
This div box has shadow with color #c594dd
Comments
No comments written yet.
Please login to write comment.