Color spaces of #c683cf
RGB | 198 | 131 | 207 |
---|---|---|---|
HSL | 0.81 | 0.44 | 0.66 |
HSV | 293° | 37° | 81° |
CMYK | 0.04 | 0.37 | 0.00 0.19 |
XYZ | 42.6675 | 32.7434 | 63.1028 |
Yxy | 32.7434 | 0.3080 | 0.2364 |
Hunter Lab | 57.2218 | 32.9604 | -25.3282 |
CIE-Lab | 63.9526 | 38.2217 | -28.8983 |
#c683cf color RGB value is (198,131,207).
#c683cf hex color red value is 198, green value is 131 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c683cf hue: 0.81 , saturation: 0.44 and the lightness value of c683cf is 0.66.
The process color (four color CMYK) of #c683cf color hex is 0.04, 0.37, 0.00, 0.19. Web safe color of #c683cf is #cc99cc. Color #c683cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10000011 | 11001111 |
Octal | 306 | 203 | 317 |
Decimal | 198 | 131 | 207 |
Hex | C6 | 83 | CF |
Shades of #c683cf
Tints of #c683cf
RGB Percentages of Color #c683cf
CMYK Percentages of Color #c683cf
Complementary Color
#c683cf | #8ccf83 |
#c683cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c683cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c683cf Color CSS Codes
.mybgcolor {background-color:#c683cf; } .myforecolor {color:#c683cf; } .mybordercolor {border:3px solid #c683cf; }
#c683cf Text Font Color
<p style="color:#c683cf">Text here</p>
This sample text font color is #c683cf
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.
#c683cf Background Color
<div style="background-color:#c683cf">
Div content here</div>
This div background color is #c683cf
#c683cf Border Color
<div style="border:3px solid #c683cf">
Div here</div>
This div border color is #c683cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,131,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c683cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c683cf; -webkit-box-shadow: 1px 1px 3px 2px #c683cf; box-shadow: 1px 1px 3px 2px #c683cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,131,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c683cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c683cf; -webkit-box-shadow: 1px 1px 3px 2px #c683cf; box-shadow: 1px 1px 3px 2px #c683cf;">
Div content here</div>
This div box has shadow with color #c683cf
Comments
No comments written yet.
Please login to write comment.