Color spaces of #b303fb
RGB | 179 | 3 | 251 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.50 |
HSV | 283° | 99° | 98° |
CMYK | 0.29 | 0.99 | 0.00 0.02 |
XYZ | 36.0356 | 16.6139 | 92.5743 |
Yxy | 16.6139 | 0.2481 | 0.1144 |
Hunter Lab | 40.7602 | 86.4796 | -106.1271 |
CIE-Lab | 47.7698 | 87.0128 | -79.5219 |
#b303fb color RGB value is (179,3,251).
#b303fb hex color red value is 179, green value is 3 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b303fb hue: 0.78 , saturation: 0.98 and the lightness value of b303fb is 0.50.
The process color (four color CMYK) of #b303fb color hex is 0.29, 0.99, 0.00, 0.02. Web safe color of #b303fb is #cc00ff. Color #b303fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00000011 | 11111011 |
Octal | 263 | 3 | 373 |
Decimal | 179 | 3 | 251 |
Hex | B3 | 3 | FB |
Shades of #b303fb
Tints of #b303fb
RGB Percentages of Color #b303fb
CMYK Percentages of Color #b303fb
Complementary Color
#b303fb | #4bfb03 |
#b303fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b303fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b303fb Color CSS Codes
.mybgcolor {background-color:#b303fb; } .myforecolor {color:#b303fb; } .mybordercolor {border:3px solid #b303fb; }
#b303fb Text Font Color
<p style="color:#b303fb">Text here</p>
This sample text font color is #b303fb
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.
#b303fb Background Color
<div style="background-color:#b303fb">
Div content here</div>
This div background color is #b303fb
#b303fb Border Color
<div style="border:3px solid #b303fb">
Div here</div>
This div border color is #b303fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,3,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b303fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b303fb; -webkit-box-shadow: 1px 1px 3px 2px #b303fb; box-shadow: 1px 1px 3px 2px #b303fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,3,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 #b303fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b303fb; -webkit-box-shadow: 1px 1px 3px 2px #b303fb; box-shadow: 1px 1px 3px 2px #b303fb;">
Div content here</div>
This div box has shadow with color #b303fb
Comments
No comments written yet.
Please login to write comment.