Color spaces of #b83cfa
RGB | 184 | 60 | 250 |
---|---|---|---|
HSL | 0.78 | 0.95 | 0.61 |
HSV | 279° | 76° | 98° |
CMYK | 0.26 | 0.76 | 0.00 0.02 |
XYZ | 38.6383 | 20.3242 | 92.3290 |
Yxy | 20.3242 | 0.2554 | 0.1343 |
Hunter Lab | 45.0824 | 74.0911 | -89.8687 |
CIE-Lab | 52.2018 | 76.4201 | -71.7131 |
#b83cfa color RGB value is (184,60,250).
#b83cfa hex color red value is 184, green value is 60 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b83cfa hue: 0.78 , saturation: 0.95 and the lightness value of b83cfa is 0.61.
The process color (four color CMYK) of #b83cfa color hex is 0.26, 0.76, 0.00, 0.02. Web safe color of #b83cfa is #cc33ff. Color #b83cfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00111100 | 11111010 |
Octal | 270 | 74 | 372 |
Decimal | 184 | 60 | 250 |
Hex | B8 | 3C | FA |
Shades of #b83cfa
Tints of #b83cfa
RGB Percentages of Color #b83cfa
CMYK Percentages of Color #b83cfa
Complementary Color
#b83cfa | #7efa3c |
#b83cfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b83cfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b83cfa Color CSS Codes
.mybgcolor {background-color:#b83cfa; } .myforecolor {color:#b83cfa; } .mybordercolor {border:3px solid #b83cfa; }
#b83cfa Text Font Color
<p style="color:#b83cfa">Text here</p>
This sample text font color is #b83cfa
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.
#b83cfa Background Color
<div style="background-color:#b83cfa">
Div content here</div>
This div background color is #b83cfa
#b83cfa Border Color
<div style="border:3px solid #b83cfa">
Div here</div>
This div border color is #b83cfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,60,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b83cfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b83cfa; -webkit-box-shadow: 1px 1px 3px 2px #b83cfa; box-shadow: 1px 1px 3px 2px #b83cfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,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 #b83cfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b83cfa; -webkit-box-shadow: 1px 1px 3px 2px #b83cfa; box-shadow: 1px 1px 3px 2px #b83cfa;">
Div content here</div>
This div box has shadow with color #b83cfa
Comments
No comments written yet.
Please login to write comment.