Color spaces of #c140bb
RGB | 193 | 64 | 187 |
---|---|---|---|
HSL | 0.84 | 0.51 | 0.50 |
HSV | 303° | 67° | 76° |
CMYK | 0.00 | 0.67 | 0.03 0.24 |
XYZ | 32.7954 | 18.5921 | 48.8738 |
Yxy | 18.5921 | 0.3271 | 0.1854 |
Hunter Lab | 43.1186 | 60.3072 | -37.0207 |
CIE-Lab | 50.2065 | 65.3209 | -38.9838 |
#c140bb color RGB value is (193,64,187).
#c140bb hex color red value is 193, green value is 64 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c140bb hue: 0.84 , saturation: 0.51 and the lightness value of c140bb is 0.50.
The process color (four color CMYK) of #c140bb color hex is 0.00, 0.67, 0.03, 0.24. Web safe color of #c140bb is #cc33cc. Color #c140bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01000000 | 10111011 |
Octal | 301 | 100 | 273 |
Decimal | 193 | 64 | 187 |
Hex | C1 | 40 | BB |
Shades of #c140bb
Tints of #c140bb
RGB Percentages of Color #c140bb
CMYK Percentages of Color #c140bb
Complementary Color
#c140bb | #40c146 |
#c140bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c140bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c140bb Color CSS Codes
.mybgcolor {background-color:#c140bb; } .myforecolor {color:#c140bb; } .mybordercolor {border:3px solid #c140bb; }
#c140bb Text Font Color
<p style="color:#c140bb">Text here</p>
This sample text font color is #c140bb
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.
#c140bb Background Color
<div style="background-color:#c140bb">
Div content here</div>
This div background color is #c140bb
#c140bb Border Color
<div style="border:3px solid #c140bb">
Div here</div>
This div border color is #c140bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,64,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c140bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c140bb; -webkit-box-shadow: 1px 1px 3px 2px #c140bb; box-shadow: 1px 1px 3px 2px #c140bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,64,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c140bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c140bb; -webkit-box-shadow: 1px 1px 3px 2px #c140bb; box-shadow: 1px 1px 3px 2px #c140bb;">
Div content here</div>
This div box has shadow with color #c140bb
Comments
No comments written yet.
Please login to write comment.