Color spaces of #c690de
RGB | 198 | 144 | 222 |
---|---|---|---|
HSL | 0.78 | 0.54 | 0.72 |
HSV | 282° | 35° | 87° |
CMYK | 0.11 | 0.35 | 0.00 0.13 |
XYZ | 46.4468 | 37.2262 | 73.8446 |
Yxy | 37.2262 | 0.2949 | 0.2363 |
Hunter Lab | 61.0133 | 29.1112 | -29.0496 |
CIE-Lab | 67.4464 | 34.1476 | -31.8449 |
#c690de color RGB value is (198,144,222).
#c690de hex color red value is 198, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c690de hue: 0.78 , saturation: 0.54 and the lightness value of c690de is 0.72.
The process color (four color CMYK) of #c690de color hex is 0.11, 0.35, 0.00, 0.13. Web safe color of #c690de is #cc99cc. Color #c690de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10010000 | 11011110 |
Octal | 306 | 220 | 336 |
Decimal | 198 | 144 | 222 |
Hex | C6 | 90 | DE |
Shades of #c690de
Tints of #c690de
RGB Percentages of Color #c690de
CMYK Percentages of Color #c690de
Complementary Color
#c690de | #a8de90 |
#c690de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c690de Color Preview on White Background
Lorem ipsum dolor sit amet.
#c690de Color CSS Codes
.mybgcolor {background-color:#c690de; } .myforecolor {color:#c690de; } .mybordercolor {border:3px solid #c690de; }
#c690de Text Font Color
<p style="color:#c690de">Text here</p>
This sample text font color is #c690de
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.
#c690de Background Color
<div style="background-color:#c690de">
Div content here</div>
This div background color is #c690de
#c690de Border Color
<div style="border:3px solid #c690de">
Div here</div>
This div border color is #c690de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,144,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c690de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c690de; -webkit-box-shadow: 1px 1px 3px 2px #c690de; box-shadow: 1px 1px 3px 2px #c690de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,144,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c690de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c690de; -webkit-box-shadow: 1px 1px 3px 2px #c690de; box-shadow: 1px 1px 3px 2px #c690de;">
Div content here</div>
This div box has shadow with color #c690de
Comments
No comments written yet.
Please login to write comment.