Color spaces of #c12dde
RGB | 193 | 45 | 222 |
---|---|---|---|
HSL | 0.81 | 0.73 | 0.52 |
HSV | 290° | 80° | 87° |
CMYK | 0.13 | 0.80 | 0.00 0.13 |
XYZ | 36.1155 | 18.4882 | 70.7723 |
Yxy | 18.4882 | 0.2881 | 0.1475 |
Hunter Lab | 42.9979 | 74.6823 | -67.4897 |
CIE-Lab | 50.0830 | 77.3096 | -59.3103 |
#c12dde color RGB value is (193,45,222).
#c12dde hex color red value is 193, green value is 45 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c12dde hue: 0.81 , saturation: 0.73 and the lightness value of c12dde is 0.52.
The process color (four color CMYK) of #c12dde color hex is 0.13, 0.80, 0.00, 0.13. Web safe color of #c12dde is #cc33cc. Color #c12dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00101101 | 11011110 |
Octal | 301 | 55 | 336 |
Decimal | 193 | 45 | 222 |
Hex | C1 | 2D | DE |
Shades of #c12dde
Tints of #c12dde
RGB Percentages of Color #c12dde
CMYK Percentages of Color #c12dde
Complementary Color
#c12dde | #4ade2d |
#c12dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c12dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#c12dde Color CSS Codes
.mybgcolor {background-color:#c12dde; } .myforecolor {color:#c12dde; } .mybordercolor {border:3px solid #c12dde; }
#c12dde Text Font Color
<p style="color:#c12dde">Text here</p>
This sample text font color is #c12dde
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.
#c12dde Background Color
<div style="background-color:#c12dde">
Div content here</div>
This div background color is #c12dde
#c12dde Border Color
<div style="border:3px solid #c12dde">
Div here</div>
This div border color is #c12dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,45,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c12dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c12dde; -webkit-box-shadow: 1px 1px 3px 2px #c12dde; box-shadow: 1px 1px 3px 2px #c12dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,45,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c12dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c12dde; -webkit-box-shadow: 1px 1px 3px 2px #c12dde; box-shadow: 1px 1px 3px 2px #c12dde;">
Div content here</div>
This div box has shadow with color #c12dde
Comments
No comments written yet.
Please login to write comment.