Color spaces of #b030bf
RGB | 176 | 48 | 191 |
---|---|---|---|
HSL | 0.82 | 0.60 | 0.47 |
HSV | 294° | 75° | 75° |
CMYK | 0.08 | 0.75 | 0.00 0.25 |
XYZ | 28.3654 | 15.1056 | 50.7109 |
Yxy | 15.1056 | 0.3012 | 0.1604 |
Hunter Lab | 38.8659 | 62.2588 | -50.1534 |
CIE-Lab | 45.7785 | 67.8470 | -48.5134 |
#b030bf color RGB value is (176,48,191).
#b030bf hex color red value is 176, green value is 48 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b030bf hue: 0.82 , saturation: 0.60 and the lightness value of b030bf is 0.47.
The process color (four color CMYK) of #b030bf color hex is 0.08, 0.75, 0.00, 0.25. Web safe color of #b030bf is #9933cc. Color #b030bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00110000 | 10111111 |
Octal | 260 | 60 | 277 |
Decimal | 176 | 48 | 191 |
Hex | B0 | 30 | BF |
Shades of #b030bf
Tints of #b030bf
RGB Percentages of Color #b030bf
CMYK Percentages of Color #b030bf
Complementary Color
#b030bf | #3fbf30 |
#b030bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b030bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b030bf Color CSS Codes
.mybgcolor {background-color:#b030bf; } .myforecolor {color:#b030bf; } .mybordercolor {border:3px solid #b030bf; }
#b030bf Text Font Color
<p style="color:#b030bf">Text here</p>
This sample text font color is #b030bf
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.
#b030bf Background Color
<div style="background-color:#b030bf">
Div content here</div>
This div background color is #b030bf
#b030bf Border Color
<div style="border:3px solid #b030bf">
Div here</div>
This div border color is #b030bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,48,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b030bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b030bf; -webkit-box-shadow: 1px 1px 3px 2px #b030bf; box-shadow: 1px 1px 3px 2px #b030bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,48,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b030bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b030bf; -webkit-box-shadow: 1px 1px 3px 2px #b030bf; box-shadow: 1px 1px 3px 2px #b030bf;">
Div content here</div>
This div box has shadow with color #b030bf
Comments
No comments written yet.
Please login to write comment.