Color spaces of #b13cfa
RGB | 177 | 60 | 250 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.61 |
HSV | 277° | 76° | 98° |
CMYK | 0.29 | 0.76 | 0.00 0.02 |
XYZ | 37.0026 | 19.4810 | 92.2524 |
Yxy | 19.4810 | 0.2488 | 0.1310 |
Hunter Lab | 44.1373 | 72.4057 | -93.0274 |
CIE-Lab | 51.2453 | 75.2408 | -73.3099 |
#b13cfa color RGB value is (177,60,250).
#b13cfa hex color red value is 177, green value is 60 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b13cfa hue: 0.77 , saturation: 0.95 and the lightness value of b13cfa is 0.61.
The process color (four color CMYK) of #b13cfa color hex is 0.29, 0.76, 0.00, 0.02. Web safe color of #b13cfa is #9933ff. Color #b13cfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 00111100 | 11111010 |
Octal | 261 | 74 | 372 |
Decimal | 177 | 60 | 250 |
Hex | B1 | 3C | FA |
Shades of #b13cfa
Tints of #b13cfa
RGB Percentages of Color #b13cfa
CMYK Percentages of Color #b13cfa
Complementary Color
#b13cfa | #85fa3c |
#b13cfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b13cfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b13cfa Color CSS Codes
.mybgcolor {background-color:#b13cfa; } .myforecolor {color:#b13cfa; } .mybordercolor {border:3px solid #b13cfa; }
#b13cfa Text Font Color
<p style="color:#b13cfa">Text here</p>
This sample text font color is #b13cfa
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.
#b13cfa Background Color
<div style="background-color:#b13cfa">
Div content here</div>
This div background color is #b13cfa
#b13cfa Border Color
<div style="border:3px solid #b13cfa">
Div here</div>
This div border color is #b13cfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,60,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b13cfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b13cfa; -webkit-box-shadow: 1px 1px 3px 2px #b13cfa; box-shadow: 1px 1px 3px 2px #b13cfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,60,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 #b13cfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b13cfa; -webkit-box-shadow: 1px 1px 3px 2px #b13cfa; box-shadow: 1px 1px 3px 2px #b13cfa;">
Div content here</div>
This div box has shadow with color #b13cfa
Comments
No comments written yet.
Please login to write comment.