Color spaces of #b300ec
RGB | 179 | 0 | 236 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.46 |
HSV | 286° | 100° | 93° |
CMYK | 0.24 | 1.00 | 0.00 0.07 |
XYZ | 33.7307 | 15.6398 | 80.5979 |
Yxy | 15.6398 | 0.2595 | 0.1203 |
Hunter Lab | 39.5472 | 83.0392 | -93.1511 |
CIE-Lab | 46.4983 | 84.6072 | -73.1634 |
#b300ec color RGB value is (179,0,236).
#b300ec hex color red value is 179, green value is 0 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b300ec hue: 0.79 , saturation: 1.00 and the lightness value of b300ec is 0.46.
The process color (four color CMYK) of #b300ec color hex is 0.24, 1.00, 0.00, 0.07. Web safe color of #b300ec is #cc00ff. Color #b300ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00000000 | 11101100 |
Octal | 263 | 0 | 354 |
Decimal | 179 | 0 | 236 |
Hex | B3 | 0 | EC |
Shades of #b300ec
Tints of #b300ec
RGB Percentages of Color #b300ec
CMYK Percentages of Color #b300ec
Complementary Color
#b300ec | #39ec00 |
#b300ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b300ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b300ec Color CSS Codes
.mybgcolor {background-color:#b300ec; } .myforecolor {color:#b300ec; } .mybordercolor {border:3px solid #b300ec; }
#b300ec Text Font Color
<p style="color:#b300ec">Text here</p>
This sample text font color is #b300ec
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.
#b300ec Background Color
<div style="background-color:#b300ec">
Div content here</div>
This div background color is #b300ec
#b300ec Border Color
<div style="border:3px solid #b300ec">
Div here</div>
This div border color is #b300ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,0,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b300ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b300ec; -webkit-box-shadow: 1px 1px 3px 2px #b300ec; box-shadow: 1px 1px 3px 2px #b300ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,0,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b300ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b300ec; -webkit-box-shadow: 1px 1px 3px 2px #b300ec; box-shadow: 1px 1px 3px 2px #b300ec;">
Div content here</div>
This div box has shadow with color #b300ec
Comments
No comments written yet.
Please login to write comment.