Color spaces of #b026eb
RGB | 176 | 38 | 235 |
---|---|---|---|
HSL | 0.78 | 0.83 | 0.54 |
HSV | 282° | 84° | 92° |
CMYK | 0.25 | 0.84 | 0.00 0.08 |
XYZ | 33.5930 | 16.6145 | 80.0336 |
Yxy | 16.6145 | 0.2579 | 0.1276 |
Hunter Lab | 40.7609 | 75.7788 | -87.8827 |
CIE-Lab | 47.7706 | 78.6409 | -70.5466 |
#b026eb color RGB value is (176,38,235).
#b026eb hex color red value is 176, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b026eb hue: 0.78 , saturation: 0.83 and the lightness value of b026eb is 0.54.
The process color (four color CMYK) of #b026eb color hex is 0.25, 0.84, 0.00, 0.08. Web safe color of #b026eb is #9933ff. Color #b026eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00100110 | 11101011 |
Octal | 260 | 46 | 353 |
Decimal | 176 | 38 | 235 |
Hex | B0 | 26 | EB |
Shades of #b026eb
Tints of #b026eb
RGB Percentages of Color #b026eb
CMYK Percentages of Color #b026eb
Complementary Color
#b026eb | #61eb26 |
#b026eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b026eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b026eb Color CSS Codes
.mybgcolor {background-color:#b026eb; } .myforecolor {color:#b026eb; } .mybordercolor {border:3px solid #b026eb; }
#b026eb Text Font Color
<p style="color:#b026eb">Text here</p>
This sample text font color is #b026eb
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.
#b026eb Background Color
<div style="background-color:#b026eb">
Div content here</div>
This div background color is #b026eb
#b026eb Border Color
<div style="border:3px solid #b026eb">
Div here</div>
This div border color is #b026eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,38,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b026eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b026eb; -webkit-box-shadow: 1px 1px 3px 2px #b026eb; box-shadow: 1px 1px 3px 2px #b026eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,38,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b026eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b026eb; -webkit-box-shadow: 1px 1px 3px 2px #b026eb; box-shadow: 1px 1px 3px 2px #b026eb;">
Div content here</div>
This div box has shadow with color #b026eb
Comments
No comments written yet.
Please login to write comment.