Color spaces of #c123df
RGB | 193 | 35 | 223 |
---|---|---|---|
HSL | 0.81 | 0.75 | 0.51 |
HSV | 290° | 84° | 87° |
CMYK | 0.13 | 0.84 | 0.00 0.13 |
XYZ | 35.9126 | 17.8672 | 71.3680 |
Yxy | 17.8672 | 0.2870 | 0.1428 |
Hunter Lab | 42.2696 | 77.6832 | -70.5165 |
CIE-Lab | 49.3346 | 79.8556 | -61.0853 |
#c123df color RGB value is (193,35,223).
#c123df hex color red value is 193, green value is 35 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c123df hue: 0.81 , saturation: 0.75 and the lightness value of c123df is 0.51.
The process color (four color CMYK) of #c123df color hex is 0.13, 0.84, 0.00, 0.13. Web safe color of #c123df is #cc33cc. Color #c123df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00100011 | 11011111 |
Octal | 301 | 43 | 337 |
Decimal | 193 | 35 | 223 |
Hex | C1 | 23 | DF |
Shades of #c123df
Tints of #c123df
RGB Percentages of Color #c123df
CMYK Percentages of Color #c123df
Complementary Color
#c123df | #41df23 |
#c123df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c123df Color Preview on White Background
Lorem ipsum dolor sit amet.
#c123df Color CSS Codes
.mybgcolor {background-color:#c123df; } .myforecolor {color:#c123df; } .mybordercolor {border:3px solid #c123df; }
#c123df Text Font Color
<p style="color:#c123df">Text here</p>
This sample text font color is #c123df
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.
#c123df Background Color
<div style="background-color:#c123df">
Div content here</div>
This div background color is #c123df
#c123df Border Color
<div style="border:3px solid #c123df">
Div here</div>
This div border color is #c123df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,35,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c123df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c123df; -webkit-box-shadow: 1px 1px 3px 2px #c123df; box-shadow: 1px 1px 3px 2px #c123df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,35,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 #c123df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c123df; -webkit-box-shadow: 1px 1px 3px 2px #c123df; box-shadow: 1px 1px 3px 2px #c123df;">
Div content here</div>
This div box has shadow with color #c123df
Comments
No comments written yet.
Please login to write comment.