Color spaces of #9b1bee
RGB | 155 | 27 | 238 |
---|---|---|---|
HSL | 0.77 | 0.86 | 0.52 |
HSV | 276° | 89° | 93° |
CMYK | 0.35 | 0.89 | 0.00 0.07 |
XYZ | 29.3421 | 13.9255 | 82.0303 |
Yxy | 13.9255 | 0.2342 | 0.1111 |
Hunter Lab | 37.3169 | 75.0492 | -104.2100 |
CIE-Lab | 44.1259 | 78.7621 | -78.3193 |
#9b1bee color RGB value is (155,27,238).
#9b1bee hex color red value is 155, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9b1bee hue: 0.77 , saturation: 0.86 and the lightness value of 9b1bee is 0.52.
The process color (four color CMYK) of #9b1bee color hex is 0.35, 0.89, 0.00, 0.07. Web safe color of #9b1bee is #9933ff. Color #9b1bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 00011011 | 11101110 |
Octal | 233 | 33 | 356 |
Decimal | 155 | 27 | 238 |
Hex | 9B | 1B | EE |
Shades of #9b1bee
Tints of #9b1bee
RGB Percentages of Color #9b1bee
CMYK Percentages of Color #9b1bee
Complementary Color
#9b1bee | #6eee1b |
#9b1bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9b1bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#9b1bee Color CSS Codes
.mybgcolor {background-color:#9b1bee; } .myforecolor {color:#9b1bee; } .mybordercolor {border:3px solid #9b1bee; }
#9b1bee Text Font Color
<p style="color:#9b1bee">Text here</p>
This sample text font color is #9b1bee
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.
#9b1bee Background Color
<div style="background-color:#9b1bee">
Div content here</div>
This div background color is #9b1bee
#9b1bee Border Color
<div style="border:3px solid #9b1bee">
Div here</div>
This div border color is #9b1bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,27,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9b1bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9b1bee; -webkit-box-shadow: 1px 1px 3px 2px #9b1bee; box-shadow: 1px 1px 3px 2px #9b1bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,27,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9b1bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9b1bee; -webkit-box-shadow: 1px 1px 3px 2px #9b1bee; box-shadow: 1px 1px 3px 2px #9b1bee;">
Div content here</div>
This div box has shadow with color #9b1bee
Comments
No comments written yet.
Please login to write comment.