Color spaces of #c66fec
RGB | 198 | 111 | 236 |
---|---|---|---|
HSL | 0.78 | 0.77 | 0.68 |
HSV | 282° | 53° | 93° |
CMYK | 0.16 | 0.53 | 0.00 0.07 |
XYZ | 44.1135 | 29.4308 | 82.7126 |
Yxy | 29.4308 | 0.2823 | 0.1883 |
Hunter Lab | 54.2502 | 50.2094 | -52.4215 |
CIE-Lab | 61.1600 | 54.5358 | -49.4534 |
#c66fec color RGB value is (198,111,236).
#c66fec hex color red value is 198, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c66fec hue: 0.78 , saturation: 0.77 and the lightness value of c66fec is 0.68.
The process color (four color CMYK) of #c66fec color hex is 0.16, 0.53, 0.00, 0.07. Web safe color of #c66fec is #cc66ff. Color #c66fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01101111 | 11101100 |
Octal | 306 | 157 | 354 |
Decimal | 198 | 111 | 236 |
Hex | C6 | 6F | EC |
Shades of #c66fec
Tints of #c66fec
RGB Percentages of Color #c66fec
CMYK Percentages of Color #c66fec
Complementary Color
#c66fec | #95ec6f |
#c66fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c66fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c66fec Color CSS Codes
.mybgcolor {background-color:#c66fec; } .myforecolor {color:#c66fec; } .mybordercolor {border:3px solid #c66fec; }
#c66fec Text Font Color
<p style="color:#c66fec">Text here</p>
This sample text font color is #c66fec
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.
#c66fec Background Color
<div style="background-color:#c66fec">
Div content here</div>
This div background color is #c66fec
#c66fec Border Color
<div style="border:3px solid #c66fec">
Div here</div>
This div border color is #c66fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,111,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c66fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c66fec; -webkit-box-shadow: 1px 1px 3px 2px #c66fec; box-shadow: 1px 1px 3px 2px #c66fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,111,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c66fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c66fec; -webkit-box-shadow: 1px 1px 3px 2px #c66fec; box-shadow: 1px 1px 3px 2px #c66fec;">
Div content here</div>
This div box has shadow with color #c66fec
Comments
No comments written yet.
Please login to write comment.