Color spaces of #c112ed
RGB | 193 | 18 | 237 |
---|---|---|---|
HSL | 0.80 | 0.86 | 0.50 |
HSV | 288° | 92° | 93° |
CMYK | 0.19 | 0.92 | 0.00 0.07 |
XYZ | 37.4947 | 17.8845 | 81.5966 |
Yxy | 17.8845 | 0.2737 | 0.1306 |
Hunter Lab | 42.2901 | 84.2518 | -84.7941 |
CIE-Lab | 49.3557 | 84.9968 | -68.9811 |
#c112ed color RGB value is (193,18,237).
#c112ed hex color red value is 193, green value is 18 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c112ed hue: 0.80 , saturation: 0.86 and the lightness value of c112ed is 0.50.
The process color (four color CMYK) of #c112ed color hex is 0.19, 0.92, 0.00, 0.07. Web safe color of #c112ed is #cc00ff. Color #c112ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00010010 | 11101101 |
Octal | 301 | 22 | 355 |
Decimal | 193 | 18 | 237 |
Hex | C1 | 12 | ED |
Shades of #c112ed
Tints of #c112ed
RGB Percentages of Color #c112ed
CMYK Percentages of Color #c112ed
Complementary Color
#c112ed | #3eed12 |
#c112ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c112ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c112ed Color CSS Codes
.mybgcolor {background-color:#c112ed; } .myforecolor {color:#c112ed; } .mybordercolor {border:3px solid #c112ed; }
#c112ed Text Font Color
<p style="color:#c112ed">Text here</p>
This sample text font color is #c112ed
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.
#c112ed Background Color
<div style="background-color:#c112ed">
Div content here</div>
This div background color is #c112ed
#c112ed Border Color
<div style="border:3px solid #c112ed">
Div here</div>
This div border color is #c112ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,18,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c112ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c112ed; -webkit-box-shadow: 1px 1px 3px 2px #c112ed; box-shadow: 1px 1px 3px 2px #c112ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,18,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c112ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c112ed; -webkit-box-shadow: 1px 1px 3px 2px #c112ed; box-shadow: 1px 1px 3px 2px #c112ed;">
Div content here</div>
This div box has shadow with color #c112ed
Comments
No comments written yet.
Please login to write comment.