Color spaces of #c16bfa
RGB | 193 | 107 | 250 |
---|---|---|---|
HSL | 0.77 | 0.93 | 0.70 |
HSV | 276° | 57° | 98° |
CMYK | 0.23 | 0.57 | 0.00 0.02 |
XYZ | 44.5053 | 28.7550 | 93.6471 |
Yxy | 28.7550 | 0.2666 | 0.1723 |
Hunter Lab | 53.6237 | 54.3057 | -66.0060 |
CIE-Lab | 60.5648 | 58.2439 | -58.1907 |
#c16bfa color RGB value is (193,107,250).
#c16bfa hex color red value is 193, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c16bfa hue: 0.77 , saturation: 0.93 and the lightness value of c16bfa is 0.70.
The process color (four color CMYK) of #c16bfa color hex is 0.23, 0.57, 0.00, 0.02. Web safe color of #c16bfa is #cc66ff. Color #c16bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01101011 | 11111010 |
Octal | 301 | 153 | 372 |
Decimal | 193 | 107 | 250 |
Hex | C1 | 6B | FA |
Shades of #c16bfa
Tints of #c16bfa
RGB Percentages of Color #c16bfa
CMYK Percentages of Color #c16bfa
Complementary Color
#c16bfa | #a4fa6b |
#c16bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c16bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c16bfa Color CSS Codes
.mybgcolor {background-color:#c16bfa; } .myforecolor {color:#c16bfa; } .mybordercolor {border:3px solid #c16bfa; }
#c16bfa Text Font Color
<p style="color:#c16bfa">Text here</p>
This sample text font color is #c16bfa
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.
#c16bfa Background Color
<div style="background-color:#c16bfa">
Div content here</div>
This div background color is #c16bfa
#c16bfa Border Color
<div style="border:3px solid #c16bfa">
Div here</div>
This div border color is #c16bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,107,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c16bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c16bfa; -webkit-box-shadow: 1px 1px 3px 2px #c16bfa; box-shadow: 1px 1px 3px 2px #c16bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,107,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c16bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c16bfa; -webkit-box-shadow: 1px 1px 3px 2px #c16bfa; box-shadow: 1px 1px 3px 2px #c16bfa;">
Div content here</div>
This div box has shadow with color #c16bfa
Comments
No comments written yet.
Please login to write comment.