Color spaces of #c00cbe
RGB | 192 | 12 | 190 |
---|---|---|---|
HSL | 0.84 | 0.88 | 0.40 |
HSV | 301° | 94° | 75° |
CMYK | 0.00 | 0.94 | 0.01 0.25 |
XYZ | 31.1640 | 15.1871 | 50.0041 |
Yxy | 15.1871 | 0.3234 | 0.1576 |
Hunter Lab | 38.9706 | 74.5441 | -48.7969 |
CIE-Lab | 45.8894 | 78.0150 | -47.5986 |
#c00cbe color RGB value is (192,12,190).
#c00cbe hex color red value is 192, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c00cbe hue: 0.84 , saturation: 0.88 and the lightness value of c00cbe is 0.40.
The process color (four color CMYK) of #c00cbe color hex is 0.00, 0.94, 0.01, 0.25. Web safe color of #c00cbe is #cc00cc. Color #c00cbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00001100 | 10111110 |
Octal | 300 | 14 | 276 |
Decimal | 192 | 12 | 190 |
Hex | C0 | C | BE |
Shades of #c00cbe
Tints of #c00cbe
RGB Percentages of Color #c00cbe
CMYK Percentages of Color #c00cbe
Complementary Color
#c00cbe | #0cc00e |
#c00cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c00cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c00cbe Color CSS Codes
.mybgcolor {background-color:#c00cbe; } .myforecolor {color:#c00cbe; } .mybordercolor {border:3px solid #c00cbe; }
#c00cbe Text Font Color
<p style="color:#c00cbe">Text here</p>
This sample text font color is #c00cbe
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.
#c00cbe Background Color
<div style="background-color:#c00cbe">
Div content here</div>
This div background color is #c00cbe
#c00cbe Border Color
<div style="border:3px solid #c00cbe">
Div here</div>
This div border color is #c00cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,12,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c00cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c00cbe; -webkit-box-shadow: 1px 1px 3px 2px #c00cbe; box-shadow: 1px 1px 3px 2px #c00cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,12,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 #c00cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c00cbe; -webkit-box-shadow: 1px 1px 3px 2px #c00cbe; box-shadow: 1px 1px 3px 2px #c00cbe;">
Div content here</div>
This div box has shadow with color #c00cbe
Comments
No comments written yet.
Please login to write comment.