Color spaces of #c014be
RGB | 192 | 20 | 190 |
---|---|---|---|
HSL | 0.84 | 0.81 | 0.42 |
HSV | 301° | 90° | 75° |
CMYK | 0.00 | 0.90 | 0.01 0.25 |
XYZ | 31.2826 | 15.4245 | 50.0436 |
Yxy | 15.4245 | 0.3233 | 0.1594 |
Hunter Lab | 39.2740 | 73.4495 | -48.0564 |
CIE-Lab | 46.2102 | 77.0690 | -47.0861 |
#c014be color RGB value is (192,20,190).
#c014be hex color red value is 192, green value is 20 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c014be hue: 0.84 , saturation: 0.81 and the lightness value of c014be is 0.42.
The process color (four color CMYK) of #c014be color hex is 0.00, 0.90, 0.01, 0.25. Web safe color of #c014be is #cc00cc. Color #c014be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00010100 | 10111110 |
Octal | 300 | 24 | 276 |
Decimal | 192 | 20 | 190 |
Hex | C0 | 14 | BE |
Shades of #c014be
Tints of #c014be
RGB Percentages of Color #c014be
CMYK Percentages of Color #c014be
Complementary Color
#c014be | #14c016 |
#c014be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c014be Color Preview on White Background
Lorem ipsum dolor sit amet.
#c014be Color CSS Codes
.mybgcolor {background-color:#c014be; } .myforecolor {color:#c014be; } .mybordercolor {border:3px solid #c014be; }
#c014be Text Font Color
<p style="color:#c014be">Text here</p>
This sample text font color is #c014be
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.
#c014be Background Color
<div style="background-color:#c014be">
Div content here</div>
This div background color is #c014be
#c014be Border Color
<div style="border:3px solid #c014be">
Div here</div>
This div border color is #c014be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,20,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c014be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c014be; -webkit-box-shadow: 1px 1px 3px 2px #c014be; box-shadow: 1px 1px 3px 2px #c014be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,20,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c014be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c014be; -webkit-box-shadow: 1px 1px 3px 2px #c014be; box-shadow: 1px 1px 3px 2px #c014be;">
Div content here</div>
This div box has shadow with color #c014be
Comments
No comments written yet.
Please login to write comment.