Color spaces of #b133df
RGB | 177 | 51 | 223 |
---|---|---|---|
HSL | 0.79 | 0.73 | 0.54 |
HSV | 284° | 77° | 87° |
CMYK | 0.21 | 0.77 | 0.00 0.13 |
XYZ | 32.6346 | 17.0425 | 71.3815 |
Yxy | 17.0425 | 0.2696 | 0.1408 |
Hunter Lab | 41.2826 | 68.8629 | -73.6203 |
CIE-Lab | 48.3135 | 72.9062 | -62.8567 |
#b133df color RGB value is (177,51,223).
#b133df hex color red value is 177, green value is 51 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b133df hue: 0.79 , saturation: 0.73 and the lightness value of b133df is 0.54.
The process color (four color CMYK) of #b133df color hex is 0.21, 0.77, 0.00, 0.13. Web safe color of #b133df is #9933cc. Color #b133df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 00110011 | 11011111 |
Octal | 261 | 63 | 337 |
Decimal | 177 | 51 | 223 |
Hex | B1 | 33 | DF |
Shades of #b133df
Tints of #b133df
RGB Percentages of Color #b133df
CMYK Percentages of Color #b133df
Complementary Color
#b133df | #61df33 |
#b133df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b133df Color Preview on White Background
Lorem ipsum dolor sit amet.
#b133df Color CSS Codes
.mybgcolor {background-color:#b133df; } .myforecolor {color:#b133df; } .mybordercolor {border:3px solid #b133df; }
#b133df Text Font Color
<p style="color:#b133df">Text here</p>
This sample text font color is #b133df
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.
#b133df Background Color
<div style="background-color:#b133df">
Div content here</div>
This div background color is #b133df
#b133df Border Color
<div style="border:3px solid #b133df">
Div here</div>
This div border color is #b133df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,51,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b133df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b133df; -webkit-box-shadow: 1px 1px 3px 2px #b133df; box-shadow: 1px 1px 3px 2px #b133df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,51,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b133df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b133df; -webkit-box-shadow: 1px 1px 3px 2px #b133df; box-shadow: 1px 1px 3px 2px #b133df;">
Div content here</div>
This div box has shadow with color #b133df
Comments
No comments written yet.
Please login to write comment.