Color spaces of #c011be
RGB | 192 | 17 | 190 |
---|---|---|---|
HSL | 0.84 | 0.84 | 0.41 |
HSV | 301° | 91° | 75° |
CMYK | 0.00 | 0.91 | 0.01 0.25 |
XYZ | 31.2329 | 15.3251 | 50.0271 |
Yxy | 15.3251 | 0.3234 | 0.1587 |
Hunter Lab | 39.1473 | 73.9050 | -48.3648 |
CIE-Lab | 46.0763 | 77.4633 | -47.3000 |
#c011be color RGB value is (192,17,190).
#c011be hex color red value is 192, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c011be hue: 0.84 , saturation: 0.84 and the lightness value of c011be is 0.41.
The process color (four color CMYK) of #c011be color hex is 0.00, 0.91, 0.01, 0.25. Web safe color of #c011be is #cc00cc. Color #c011be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00010001 | 10111110 |
Octal | 300 | 21 | 276 |
Decimal | 192 | 17 | 190 |
Hex | C0 | 11 | BE |
Shades of #c011be
Tints of #c011be
RGB Percentages of Color #c011be
CMYK Percentages of Color #c011be
Complementary Color
#c011be | #11c013 |
#c011be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c011be Color Preview on White Background
Lorem ipsum dolor sit amet.
#c011be Color CSS Codes
.mybgcolor {background-color:#c011be; } .myforecolor {color:#c011be; } .mybordercolor {border:3px solid #c011be; }
#c011be Text Font Color
<p style="color:#c011be">Text here</p>
This sample text font color is #c011be
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.
#c011be Background Color
<div style="background-color:#c011be">
Div content here</div>
This div background color is #c011be
#c011be Border Color
<div style="border:3px solid #c011be">
Div here</div>
This div border color is #c011be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,17,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c011be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c011be; -webkit-box-shadow: 1px 1px 3px 2px #c011be; box-shadow: 1px 1px 3px 2px #c011be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,17,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 #c011be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c011be; -webkit-box-shadow: 1px 1px 3px 2px #c011be; box-shadow: 1px 1px 3px 2px #c011be;">
Div content here</div>
This div box has shadow with color #c011be
Comments
No comments written yet.
Please login to write comment.