Color spaces of #c138ff
RGB | 193 | 56 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.61 |
HSV | 281° | 78° | 100° |
CMYK | 0.24 | 0.78 | 0.00 0.00 |
XYZ | 41.4565 | 21.3858 | 96.5506 |
Yxy | 21.3858 | 0.2601 | 0.1342 |
Hunter Lab | 46.2448 | 79.0894 | -91.4153 |
CIE-Lab | 53.3692 | 80.1831 | -72.5426 |
#c138ff color RGB value is (193,56,255).
#c138ff hex color red value is 193, green value is 56 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c138ff hue: 0.78 , saturation: 1.00 and the lightness value of c138ff is 0.61.
The process color (four color CMYK) of #c138ff color hex is 0.24, 0.78, 0.00, 0.00. Web safe color of #c138ff is #cc33ff. Color #c138ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00111000 | 11111111 |
Octal | 301 | 70 | 377 |
Decimal | 193 | 56 | 255 |
Hex | C1 | 38 | FF |
Shades of #c138ff
Tints of #c138ff
RGB Percentages of Color #c138ff
CMYK Percentages of Color #c138ff
Complementary Color
#c138ff | #76ff38 |
#c138ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c138ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c138ff Color CSS Codes
.mybgcolor {background-color:#c138ff; } .myforecolor {color:#c138ff; } .mybordercolor {border:3px solid #c138ff; }
#c138ff Text Font Color
<p style="color:#c138ff">Text here</p>
This sample text font color is #c138ff
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.
#c138ff Background Color
<div style="background-color:#c138ff">
Div content here</div>
This div background color is #c138ff
#c138ff Border Color
<div style="border:3px solid #c138ff">
Div here</div>
This div border color is #c138ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,56,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c138ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c138ff; -webkit-box-shadow: 1px 1px 3px 2px #c138ff; box-shadow: 1px 1px 3px 2px #c138ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,56,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c138ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c138ff; -webkit-box-shadow: 1px 1px 3px 2px #c138ff; box-shadow: 1px 1px 3px 2px #c138ff;">
Div content here</div>
This div box has shadow with color #c138ff
Comments
No comments written yet.
Please login to write comment.