Color spaces of #c619ce
RGB | 198 | 25 | 206 |
---|---|---|---|
HSL | 0.83 | 0.78 | 0.45 |
HSV | 297° | 88° | 81° |
CMYK | 0.04 | 0.88 | 0.00 0.19 |
XYZ | 34.7769 | 17.1573 | 59.8713 |
Yxy | 17.1573 | 0.3110 | 0.1535 |
Hunter Lab | 41.4214 | 77.3791 | -56.7040 |
CIE-Lab | 48.4576 | 79.7846 | -52.7173 |
#c619ce color RGB value is (198,25,206).
#c619ce hex color red value is 198, green value is 25 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c619ce hue: 0.83 , saturation: 0.78 and the lightness value of c619ce is 0.45.
The process color (four color CMYK) of #c619ce color hex is 0.04, 0.88, 0.00, 0.19. Web safe color of #c619ce is #cc00cc. Color #c619ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00011001 | 11001110 |
Octal | 306 | 31 | 316 |
Decimal | 198 | 25 | 206 |
Hex | C6 | 19 | CE |
Shades of #c619ce
Tints of #c619ce
RGB Percentages of Color #c619ce
CMYK Percentages of Color #c619ce
Complementary Color
#c619ce | #21ce19 |
#c619ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c619ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c619ce Color CSS Codes
.mybgcolor {background-color:#c619ce; } .myforecolor {color:#c619ce; } .mybordercolor {border:3px solid #c619ce; }
#c619ce Text Font Color
<p style="color:#c619ce">Text here</p>
This sample text font color is #c619ce
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.
#c619ce Background Color
<div style="background-color:#c619ce">
Div content here</div>
This div background color is #c619ce
#c619ce Border Color
<div style="border:3px solid #c619ce">
Div here</div>
This div border color is #c619ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,25,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c619ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c619ce; -webkit-box-shadow: 1px 1px 3px 2px #c619ce; box-shadow: 1px 1px 3px 2px #c619ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,25,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c619ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c619ce; -webkit-box-shadow: 1px 1px 3px 2px #c619ce; box-shadow: 1px 1px 3px 2px #c619ce;">
Div content here</div>
This div box has shadow with color #c619ce
Comments
No comments written yet.
Please login to write comment.