Color spaces of #c108ed
RGB | 193 | 8 | 237 |
---|---|---|---|
HSL | 0.80 | 0.93 | 0.48 |
HSV | 288° | 97° | 93° |
CMYK | 0.19 | 0.97 | 0.00 0.07 |
XYZ | 37.3652 | 17.6255 | 81.5535 |
Yxy | 17.6255 | 0.2736 | 0.1291 |
Hunter Lab | 41.9827 | 85.3976 | -85.7858 |
CIE-Lab | 49.0387 | 85.9406 | -69.4957 |
#c108ed color RGB value is (193,8,237).
#c108ed hex color red value is 193, green value is 8 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c108ed hue: 0.80 , saturation: 0.93 and the lightness value of c108ed is 0.48.
The process color (four color CMYK) of #c108ed color hex is 0.19, 0.97, 0.00, 0.07. Web safe color of #c108ed is #cc00ff. Color #c108ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00001000 | 11101101 |
Octal | 301 | 10 | 355 |
Decimal | 193 | 8 | 237 |
Hex | C1 | 8 | ED |
Shades of #c108ed
Tints of #c108ed
RGB Percentages of Color #c108ed
CMYK Percentages of Color #c108ed
Complementary Color
#c108ed | #34ed08 |
#c108ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c108ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c108ed Color CSS Codes
.mybgcolor {background-color:#c108ed; } .myforecolor {color:#c108ed; } .mybordercolor {border:3px solid #c108ed; }
#c108ed Text Font Color
<p style="color:#c108ed">Text here</p>
This sample text font color is #c108ed
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.
#c108ed Background Color
<div style="background-color:#c108ed">
Div content here</div>
This div background color is #c108ed
#c108ed Border Color
<div style="border:3px solid #c108ed">
Div here</div>
This div border color is #c108ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,8,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c108ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c108ed; -webkit-box-shadow: 1px 1px 3px 2px #c108ed; box-shadow: 1px 1px 3px 2px #c108ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,8,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 #c108ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c108ed; -webkit-box-shadow: 1px 1px 3px 2px #c108ed; box-shadow: 1px 1px 3px 2px #c108ed;">
Div content here</div>
This div box has shadow with color #c108ed
Comments
No comments written yet.
Please login to write comment.