Color spaces of #b32eeb
RGB | 179 | 46 | 235 |
---|---|---|---|
HSL | 0.78 | 0.83 | 0.55 |
HSV | 282° | 80° | 92° |
CMYK | 0.24 | 0.80 | 0.00 0.08 |
XYZ | 34.5628 | 17.5359 | 80.1604 |
Yxy | 17.5359 | 0.2613 | 0.1326 |
Hunter Lab | 41.8759 | 74.0445 | -84.1820 |
CIE-Lab | 48.9283 | 77.0205 | -68.6459 |
#b32eeb color RGB value is (179,46,235).
#b32eeb hex color red value is 179, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b32eeb hue: 0.78 , saturation: 0.83 and the lightness value of b32eeb is 0.55.
The process color (four color CMYK) of #b32eeb color hex is 0.24, 0.80, 0.00, 0.08. Web safe color of #b32eeb is #cc33ff. Color #b32eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00101110 | 11101011 |
Octal | 263 | 56 | 353 |
Decimal | 179 | 46 | 235 |
Hex | B3 | 2E | EB |
Shades of #b32eeb
Tints of #b32eeb
RGB Percentages of Color #b32eeb
CMYK Percentages of Color #b32eeb
Complementary Color
#b32eeb | #66eb2e |
#b32eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b32eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b32eeb Color CSS Codes
.mybgcolor {background-color:#b32eeb; } .myforecolor {color:#b32eeb; } .mybordercolor {border:3px solid #b32eeb; }
#b32eeb Text Font Color
<p style="color:#b32eeb">Text here</p>
This sample text font color is #b32eeb
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.
#b32eeb Background Color
<div style="background-color:#b32eeb">
Div content here</div>
This div background color is #b32eeb
#b32eeb Border Color
<div style="border:3px solid #b32eeb">
Div here</div>
This div border color is #b32eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,46,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b32eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b32eeb; -webkit-box-shadow: 1px 1px 3px 2px #b32eeb; box-shadow: 1px 1px 3px 2px #b32eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,46,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 #b32eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b32eeb; -webkit-box-shadow: 1px 1px 3px 2px #b32eeb; box-shadow: 1px 1px 3px 2px #b32eeb;">
Div content here</div>
This div box has shadow with color #b32eeb
Comments
No comments written yet.
Please login to write comment.