Color spaces of #c12bdf
RGB | 193 | 43 | 223 |
---|---|---|---|
HSL | 0.81 | 0.74 | 0.52 |
HSV | 290° | 81° | 87° |
CMYK | 0.13 | 0.81 | 0.00 0.13 |
XYZ | 36.1755 | 18.3929 | 71.4556 |
Yxy | 18.3929 | 0.2871 | 0.1459 |
Hunter Lab | 42.8869 | 75.5141 | -68.7645 |
CIE-Lab | 49.9692 | 78.0003 | -60.0622 |
#c12bdf color RGB value is (193,43,223).
#c12bdf hex color red value is 193, green value is 43 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c12bdf hue: 0.81 , saturation: 0.74 and the lightness value of c12bdf is 0.52.
The process color (four color CMYK) of #c12bdf color hex is 0.13, 0.81, 0.00, 0.13. Web safe color of #c12bdf is #cc33cc. Color #c12bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00101011 | 11011111 |
Octal | 301 | 53 | 337 |
Decimal | 193 | 43 | 223 |
Hex | C1 | 2B | DF |
Shades of #c12bdf
Tints of #c12bdf
RGB Percentages of Color #c12bdf
CMYK Percentages of Color #c12bdf
Complementary Color
#c12bdf | #49df2b |
#c12bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c12bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c12bdf Color CSS Codes
.mybgcolor {background-color:#c12bdf; } .myforecolor {color:#c12bdf; } .mybordercolor {border:3px solid #c12bdf; }
#c12bdf Text Font Color
<p style="color:#c12bdf">Text here</p>
This sample text font color is #c12bdf
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.
#c12bdf Background Color
<div style="background-color:#c12bdf">
Div content here</div>
This div background color is #c12bdf
#c12bdf Border Color
<div style="border:3px solid #c12bdf">
Div here</div>
This div border color is #c12bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,43,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c12bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c12bdf; -webkit-box-shadow: 1px 1px 3px 2px #c12bdf; box-shadow: 1px 1px 3px 2px #c12bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,43,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c12bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c12bdf; -webkit-box-shadow: 1px 1px 3px 2px #c12bdf; box-shadow: 1px 1px 3px 2px #c12bdf;">
Div content here</div>
This div box has shadow with color #c12bdf
Comments
No comments written yet.
Please login to write comment.