Color spaces of #c0366b
RGB | 192 | 54 | 107 |
---|---|---|---|
HSL | 0.94 | 0.56 | 0.48 |
HSV | 337° | 72° | 75° |
CMYK | 0.00 | 0.72 | 0.44 0.25 |
XYZ | 25.7112 | 14.9063 | 15.4320 |
Yxy | 14.9063 | 0.4587 | 0.2659 |
Hunter Lab | 38.6087 | 51.3057 | 3.3277 |
CIE-Lab | 45.5056 | 58.2584 | 1.7682 |
#c0366b color RGB value is (192,54,107).
#c0366b hex color red value is 192, green value is 54 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c0366b hue: 0.94 , saturation: 0.56 and the lightness value of c0366b is 0.48.
The process color (four color CMYK) of #c0366b color hex is 0.00, 0.72, 0.44, 0.25. Web safe color of #c0366b is #cc3366. Color #c0366b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00110110 | 01101011 |
Octal | 300 | 66 | 153 |
Decimal | 192 | 54 | 107 |
Hex | C0 | 36 | 6B |
Shades of #c0366b
Tints of #c0366b
RGB Percentages of Color #c0366b
CMYK Percentages of Color #c0366b
Complementary Color
#c0366b | #36c08b |
#c0366b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0366b Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0366b Color CSS Codes
.mybgcolor {background-color:#c0366b; } .myforecolor {color:#c0366b; } .mybordercolor {border:3px solid #c0366b; }
#c0366b Text Font Color
<p style="color:#c0366b">Text here</p>
This sample text font color is #c0366b
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.
#c0366b Background Color
<div style="background-color:#c0366b">
Div content here</div>
This div background color is #c0366b
#c0366b Border Color
<div style="border:3px solid #c0366b">
Div here</div>
This div border color is #c0366b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,54,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0366b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0366b; -webkit-box-shadow: 1px 1px 3px 2px #c0366b; box-shadow: 1px 1px 3px 2px #c0366b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,54,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0366b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0366b; -webkit-box-shadow: 1px 1px 3px 2px #c0366b; box-shadow: 1px 1px 3px 2px #c0366b;">
Div content here</div>
This div box has shadow with color #c0366b
Comments
No comments written yet.
Please login to write comment.