Color spaces of #c03759
RGB | 192 | 55 | 89 |
---|---|---|---|
HSL | 0.96 | 0.55 | 0.48 |
HSV | 345° | 71° | 75° |
CMYK | 0.00 | 0.71 | 0.54 0.25 |
XYZ | 24.9076 | 14.6601 | 10.9681 |
Yxy | 14.6601 | 0.4929 | 0.2901 |
Hunter Lab | 38.2885 | 49.1137 | 9.8178 |
CIE-Lab | 45.1651 | 56.3214 | 12.3990 |
#c03759 color RGB value is (192,55,89).
#c03759 hex color red value is 192, green value is 55 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #c03759 hue: 0.96 , saturation: 0.55 and the lightness value of c03759 is 0.48.
The process color (four color CMYK) of #c03759 color hex is 0.00, 0.71, 0.54, 0.25. Web safe color of #c03759 is #cc3366. Color #c03759 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00110111 | 01011001 |
Octal | 300 | 67 | 131 |
Decimal | 192 | 55 | 89 |
Hex | C0 | 37 | 59 |
Shades of #c03759
Tints of #c03759
RGB Percentages of Color #c03759
CMYK Percentages of Color #c03759
Complementary Color
#c03759 | #37c09e |
#c03759 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c03759 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c03759 Color CSS Codes
.mybgcolor {background-color:#c03759; } .myforecolor {color:#c03759; } .mybordercolor {border:3px solid #c03759; }
#c03759 Text Font Color
<p style="color:#c03759">Text here</p>
This sample text font color is #c03759
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.
#c03759 Background Color
<div style="background-color:#c03759">
Div content here</div>
This div background color is #c03759
#c03759 Border Color
<div style="border:3px solid #c03759">
Div here</div>
This div border color is #c03759
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,55,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c03759; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c03759; -webkit-box-shadow: 1px 1px 3px 2px #c03759; box-shadow: 1px 1px 3px 2px #c03759; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,55,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c03759">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c03759; -webkit-box-shadow: 1px 1px 3px 2px #c03759; box-shadow: 1px 1px 3px 2px #c03759;">
Div content here</div>
This div box has shadow with color #c03759
Comments
No comments written yet.
Please login to write comment.