Color spaces of #c614ca
RGB | 198 | 20 | 202 |
---|---|---|---|
HSL | 0.83 | 0.82 | 0.44 |
HSV | 299° | 90° | 79° |
CMYK | 0.02 | 0.90 | 0.00 0.21 |
XYZ | 34.1995 | 16.7703 | 57.3116 |
Yxy | 16.7703 | 0.3158 | 0.1549 |
Hunter Lab | 40.9516 | 77.4039 | -54.3101 |
CIE-Lab | 47.9693 | 79.8992 | -51.1901 |
#c614ca color RGB value is (198,20,202).
#c614ca hex color red value is 198, green value is 20 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c614ca hue: 0.83 , saturation: 0.82 and the lightness value of c614ca is 0.44.
The process color (four color CMYK) of #c614ca color hex is 0.02, 0.90, 0.00, 0.21. Web safe color of #c614ca is #cc00cc. Color #c614ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00010100 | 11001010 |
Octal | 306 | 24 | 312 |
Decimal | 198 | 20 | 202 |
Hex | C6 | 14 | CA |
Shades of #c614ca
Tints of #c614ca
RGB Percentages of Color #c614ca
CMYK Percentages of Color #c614ca
Complementary Color
#c614ca | #18ca14 |
#c614ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c614ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c614ca Color CSS Codes
.mybgcolor {background-color:#c614ca; } .myforecolor {color:#c614ca; } .mybordercolor {border:3px solid #c614ca; }
#c614ca Text Font Color
<p style="color:#c614ca">Text here</p>
This sample text font color is #c614ca
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.
#c614ca Background Color
<div style="background-color:#c614ca">
Div content here</div>
This div background color is #c614ca
#c614ca Border Color
<div style="border:3px solid #c614ca">
Div here</div>
This div border color is #c614ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,20,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c614ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c614ca; -webkit-box-shadow: 1px 1px 3px 2px #c614ca; box-shadow: 1px 1px 3px 2px #c614ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,20,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c614ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c614ca; -webkit-box-shadow: 1px 1px 3px 2px #c614ca; box-shadow: 1px 1px 3px 2px #c614ca;">
Div content here</div>
This div box has shadow with color #c614ca
Comments
No comments written yet.
Please login to write comment.