Color spaces of #c1038f
RGB | 193 | 3 | 143 |
---|---|---|---|
HSL | 0.88 | 0.97 | 0.38 |
HSV | 316° | 98° | 76° |
CMYK | 0.00 | 0.98 | 0.26 0.24 |
XYZ | 26.9828 | 13.3858 | 27.1482 |
Yxy | 13.3858 | 0.3996 | 0.1983 |
Hunter Lab | 36.5866 | 67.6180 | -18.3841 |
CIE-Lab | 43.3389 | 72.8430 | -23.5716 |
#c1038f color RGB value is (193,3,143).
#c1038f hex color red value is 193, green value is 3 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c1038f hue: 0.88 , saturation: 0.97 and the lightness value of c1038f is 0.38.
The process color (four color CMYK) of #c1038f color hex is 0.00, 0.98, 0.26, 0.24. Web safe color of #c1038f is #cc0099. Color #c1038f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00000011 | 10001111 |
Octal | 301 | 3 | 217 |
Decimal | 193 | 3 | 143 |
Hex | C1 | 3 | 8F |
Shades of #c1038f
Tints of #c1038f
RGB Percentages of Color #c1038f
CMYK Percentages of Color #c1038f
Complementary Color
#c1038f | #03c135 |
#c1038f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1038f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1038f Color CSS Codes
.mybgcolor {background-color:#c1038f; } .myforecolor {color:#c1038f; } .mybordercolor {border:3px solid #c1038f; }
#c1038f Text Font Color
<p style="color:#c1038f">Text here</p>
This sample text font color is #c1038f
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.
#c1038f Background Color
<div style="background-color:#c1038f">
Div content here</div>
This div background color is #c1038f
#c1038f Border Color
<div style="border:3px solid #c1038f">
Div here</div>
This div border color is #c1038f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,3,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1038f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1038f; -webkit-box-shadow: 1px 1px 3px 2px #c1038f; box-shadow: 1px 1px 3px 2px #c1038f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,3,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1038f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1038f; -webkit-box-shadow: 1px 1px 3px 2px #c1038f; box-shadow: 1px 1px 3px 2px #c1038f;">
Div content here</div>
This div box has shadow with color #c1038f
Comments
No comments written yet.
Please login to write comment.