Color spaces of #b12acb
RGB | 177 | 42 | 203 |
---|---|---|---|
HSL | 0.81 | 0.66 | 0.48 |
HSV | 290° | 79° | 80° |
CMYK | 0.13 | 0.79 | 0.00 0.20 |
XYZ | 29.7389 | 15.3148 | 57.8886 |
Yxy | 15.3148 | 0.2889 | 0.1488 |
Hunter Lab | 39.1341 | 67.1614 | -60.3100 |
CIE-Lab | 46.0624 | 71.9317 | -55.0180 |
#b12acb color RGB value is (177,42,203).
#b12acb hex color red value is 177, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b12acb hue: 0.81 , saturation: 0.66 and the lightness value of b12acb is 0.48.
The process color (four color CMYK) of #b12acb color hex is 0.13, 0.79, 0.00, 0.20. Web safe color of #b12acb is #9933cc. Color #b12acb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 00101010 | 11001011 |
Octal | 261 | 52 | 313 |
Decimal | 177 | 42 | 203 |
Hex | B1 | 2A | CB |
Shades of #b12acb
Tints of #b12acb
RGB Percentages of Color #b12acb
CMYK Percentages of Color #b12acb
Complementary Color
#b12acb | #44cb2a |
#b12acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b12acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b12acb Color CSS Codes
.mybgcolor {background-color:#b12acb; } .myforecolor {color:#b12acb; } .mybordercolor {border:3px solid #b12acb; }
#b12acb Text Font Color
<p style="color:#b12acb">Text here</p>
This sample text font color is #b12acb
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.
#b12acb Background Color
<div style="background-color:#b12acb">
Div content here</div>
This div background color is #b12acb
#b12acb Border Color
<div style="border:3px solid #b12acb">
Div here</div>
This div border color is #b12acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,42,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b12acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b12acb; -webkit-box-shadow: 1px 1px 3px 2px #b12acb; box-shadow: 1px 1px 3px 2px #b12acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,42,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b12acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b12acb; -webkit-box-shadow: 1px 1px 3px 2px #b12acb; box-shadow: 1px 1px 3px 2px #b12acb;">
Div content here</div>
This div box has shadow with color #b12acb
Comments
No comments written yet.
Please login to write comment.