Color spaces of #c06bfb
RGB | 192 | 107 | 251 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.70 |
HSV | 275° | 57° | 98° |
CMYK | 0.24 | 0.57 | 0.00 0.02 |
XYZ | 44.4085 | 28.6869 | 94.4633 |
Yxy | 28.6869 | 0.2650 | 0.1712 |
Hunter Lab | 53.5602 | 54.2700 | -67.0768 |
CIE-Lab | 60.5043 | 58.2230 | -58.8459 |
#c06bfb color RGB value is (192,107,251).
#c06bfb hex color red value is 192, green value is 107 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c06bfb hue: 0.77 , saturation: 0.95 and the lightness value of c06bfb is 0.70.
The process color (four color CMYK) of #c06bfb color hex is 0.24, 0.57, 0.00, 0.02. Web safe color of #c06bfb is #cc66ff. Color #c06bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01101011 | 11111011 |
Octal | 300 | 153 | 373 |
Decimal | 192 | 107 | 251 |
Hex | C0 | 6B | FB |
Shades of #c06bfb
Tints of #c06bfb
RGB Percentages of Color #c06bfb
CMYK Percentages of Color #c06bfb
Complementary Color
#c06bfb | #a6fb6b |
#c06bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c06bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c06bfb Color CSS Codes
.mybgcolor {background-color:#c06bfb; } .myforecolor {color:#c06bfb; } .mybordercolor {border:3px solid #c06bfb; }
#c06bfb Text Font Color
<p style="color:#c06bfb">Text here</p>
This sample text font color is #c06bfb
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.
#c06bfb Background Color
<div style="background-color:#c06bfb">
Div content here</div>
This div background color is #c06bfb
#c06bfb Border Color
<div style="border:3px solid #c06bfb">
Div here</div>
This div border color is #c06bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,107,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c06bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c06bfb; -webkit-box-shadow: 1px 1px 3px 2px #c06bfb; box-shadow: 1px 1px 3px 2px #c06bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,107,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 #c06bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c06bfb; -webkit-box-shadow: 1px 1px 3px 2px #c06bfb; box-shadow: 1px 1px 3px 2px #c06bfb;">
Div content here</div>
This div box has shadow with color #c06bfb
Comments
No comments written yet.
Please login to write comment.