Color spaces of #c697fc
RGB | 198 | 151 | 252 |
---|---|---|---|
HSL | 0.74 | 0.94 | 0.79 |
HSV | 268° | 40° | 99° |
CMYK | 0.21 | 0.40 | 0.00 0.01 |
XYZ | 51.9260 | 41.1673 | 97.3047 |
Yxy | 41.1673 | 0.2727 | 0.2162 |
Hunter Lab | 64.1617 | 32.1767 | -45.0032 |
CIE-Lab | 70.2930 | 36.7922 | -43.8626 |
#c697fc color RGB value is (198,151,252).
#c697fc hex color red value is 198, green value is 151 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c697fc hue: 0.74 , saturation: 0.94 and the lightness value of c697fc is 0.79.
The process color (four color CMYK) of #c697fc color hex is 0.21, 0.40, 0.00, 0.01. Web safe color of #c697fc is #cc99ff. Color #c697fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10010111 | 11111100 |
Octal | 306 | 227 | 374 |
Decimal | 198 | 151 | 252 |
Hex | C6 | 97 | FC |
Shades of #c697fc
Tints of #c697fc
RGB Percentages of Color #c697fc
CMYK Percentages of Color #c697fc
Complementary Color
#c697fc | #cdfc97 |
#c697fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c697fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c697fc Color CSS Codes
.mybgcolor {background-color:#c697fc; } .myforecolor {color:#c697fc; } .mybordercolor {border:3px solid #c697fc; }
#c697fc Text Font Color
<p style="color:#c697fc">Text here</p>
This sample text font color is #c697fc
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.
#c697fc Background Color
<div style="background-color:#c697fc">
Div content here</div>
This div background color is #c697fc
#c697fc Border Color
<div style="border:3px solid #c697fc">
Div here</div>
This div border color is #c697fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,151,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c697fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c697fc; -webkit-box-shadow: 1px 1px 3px 2px #c697fc; box-shadow: 1px 1px 3px 2px #c697fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,151,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c697fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c697fc; -webkit-box-shadow: 1px 1px 3px 2px #c697fc; box-shadow: 1px 1px 3px 2px #c697fc;">
Div content here</div>
This div box has shadow with color #c697fc
Comments
No comments written yet.
Please login to write comment.