Color spaces of #c01bfb
RGB | 192 | 27 | 251 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.55 |
HSV | 284° | 89° | 98° |
CMYK | 0.24 | 0.89 | 0.00 0.02 |
XYZ | 39.5427 | 18.9554 | 92.8414 |
Yxy | 18.9554 | 0.2613 | 0.1253 |
Hunter Lab | 43.5378 | 85.9294 | -95.9554 |
CIE-Lab | 50.6350 | 86.0413 | -74.7640 |
#c01bfb color RGB value is (192,27,251).
#c01bfb hex color red value is 192, green value is 27 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c01bfb hue: 0.79 , saturation: 0.97 and the lightness value of c01bfb is 0.55.
The process color (four color CMYK) of #c01bfb color hex is 0.24, 0.89, 0.00, 0.02. Web safe color of #c01bfb is #cc33ff. Color #c01bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00011011 | 11111011 |
Octal | 300 | 33 | 373 |
Decimal | 192 | 27 | 251 |
Hex | C0 | 1B | FB |
Shades of #c01bfb
Tints of #c01bfb
RGB Percentages of Color #c01bfb
CMYK Percentages of Color #c01bfb
Complementary Color
#c01bfb | #56fb1b |
#c01bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c01bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c01bfb Color CSS Codes
.mybgcolor {background-color:#c01bfb; } .myforecolor {color:#c01bfb; } .mybordercolor {border:3px solid #c01bfb; }
#c01bfb Text Font Color
<p style="color:#c01bfb">Text here</p>
This sample text font color is #c01bfb
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.
#c01bfb Background Color
<div style="background-color:#c01bfb">
Div content here</div>
This div background color is #c01bfb
#c01bfb Border Color
<div style="border:3px solid #c01bfb">
Div here</div>
This div border color is #c01bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,27,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c01bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c01bfb; -webkit-box-shadow: 1px 1px 3px 2px #c01bfb; box-shadow: 1px 1px 3px 2px #c01bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,27,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c01bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c01bfb; -webkit-box-shadow: 1px 1px 3px 2px #c01bfb; box-shadow: 1px 1px 3px 2px #c01bfb;">
Div content here</div>
This div box has shadow with color #c01bfb
Comments
No comments written yet.
Please login to write comment.