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