Color spaces of #b341eb
RGB | 179 | 65 | 235 |
---|---|---|---|
HSL | 0.78 | 0.81 | 0.59 |
HSV | 280° | 72° | 92° |
CMYK | 0.24 | 0.72 | 0.00 0.08 |
XYZ | 35.4761 | 19.3625 | 80.4648 |
Yxy | 19.3625 | 0.2622 | 0.1431 |
Hunter Lab | 44.0028 | 66.9058 | -77.6173 |
CIE-Lab | 51.1086 | 70.7386 | -65.1149 |
#b341eb color RGB value is (179,65,235).
#b341eb hex color red value is 179, green value is 65 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b341eb hue: 0.78 , saturation: 0.81 and the lightness value of b341eb is 0.59.
The process color (four color CMYK) of #b341eb color hex is 0.24, 0.72, 0.00, 0.08. Web safe color of #b341eb is #cc33ff. Color #b341eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01000001 | 11101011 |
Octal | 263 | 101 | 353 |
Decimal | 179 | 65 | 235 |
Hex | B3 | 41 | EB |
Shades of #b341eb
Tints of #b341eb
RGB Percentages of Color #b341eb
CMYK Percentages of Color #b341eb
Complementary Color
#b341eb | #79eb41 |
#b341eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b341eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b341eb Color CSS Codes
.mybgcolor {background-color:#b341eb; } .myforecolor {color:#b341eb; } .mybordercolor {border:3px solid #b341eb; }
#b341eb Text Font Color
<p style="color:#b341eb">Text here</p>
This sample text font color is #b341eb
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.
#b341eb Background Color
<div style="background-color:#b341eb">
Div content here</div>
This div background color is #b341eb
#b341eb Border Color
<div style="border:3px solid #b341eb">
Div here</div>
This div border color is #b341eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,65,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b341eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b341eb; -webkit-box-shadow: 1px 1px 3px 2px #b341eb; box-shadow: 1px 1px 3px 2px #b341eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,65,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 #b341eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b341eb; -webkit-box-shadow: 1px 1px 3px 2px #b341eb; box-shadow: 1px 1px 3px 2px #b341eb;">
Div content here</div>
This div box has shadow with color #b341eb
Comments
No comments written yet.
Please login to write comment.