Color spaces of #b01cbd
RGB | 176 | 28 | 189 |
---|---|---|---|
HSL | 0.82 | 0.74 | 0.43 |
HSV | 295° | 85° | 74° |
CMYK | 0.07 | 0.85 | 0.00 0.26 |
XYZ | 27.5051 | 13.7347 | 49.3455 |
Yxy | 13.7347 | 0.3036 | 0.1516 |
Hunter Lab | 37.0604 | 67.6218 | -53.0018 |
CIE-Lab | 43.8500 | 72.7466 | -50.4343 |
#b01cbd color RGB value is (176,28,189).
#b01cbd hex color red value is 176, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b01cbd hue: 0.82 , saturation: 0.74 and the lightness value of b01cbd is 0.43.
The process color (four color CMYK) of #b01cbd color hex is 0.07, 0.85, 0.00, 0.26. Web safe color of #b01cbd is #9933cc. Color #b01cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00011100 | 10111101 |
Octal | 260 | 34 | 275 |
Decimal | 176 | 28 | 189 |
Hex | B0 | 1C | BD |
Shades of #b01cbd
Tints of #b01cbd
RGB Percentages of Color #b01cbd
CMYK Percentages of Color #b01cbd
Complementary Color
#b01cbd | #29bd1c |
#b01cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b01cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b01cbd Color CSS Codes
.mybgcolor {background-color:#b01cbd; } .myforecolor {color:#b01cbd; } .mybordercolor {border:3px solid #b01cbd; }
#b01cbd Text Font Color
<p style="color:#b01cbd">Text here</p>
This sample text font color is #b01cbd
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.
#b01cbd Background Color
<div style="background-color:#b01cbd">
Div content here</div>
This div background color is #b01cbd
#b01cbd Border Color
<div style="border:3px solid #b01cbd">
Div here</div>
This div border color is #b01cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,28,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b01cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b01cbd; -webkit-box-shadow: 1px 1px 3px 2px #b01cbd; box-shadow: 1px 1px 3px 2px #b01cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,28,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b01cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b01cbd; -webkit-box-shadow: 1px 1px 3px 2px #b01cbd; box-shadow: 1px 1px 3px 2px #b01cbd;">
Div content here</div>
This div box has shadow with color #b01cbd
Comments
No comments written yet.
Please login to write comment.