Color spaces of #b129bf
RGB | 177 | 41 | 191 |
---|---|---|---|
HSL | 0.82 | 0.65 | 0.45 |
HSV | 294° | 79° | 75° |
CMYK | 0.07 | 0.79 | 0.00 0.25 |
XYZ | 28.3284 | 14.6946 | 50.6335 |
Yxy | 14.6946 | 0.3025 | 0.1569 |
Hunter Lab | 38.3335 | 64.8274 | -51.4807 |
CIE-Lab | 45.2130 | 70.1390 | -49.4095 |
#b129bf color RGB value is (177,41,191).
#b129bf hex color red value is 177, green value is 41 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b129bf hue: 0.82 , saturation: 0.65 and the lightness value of b129bf is 0.45.
The process color (four color CMYK) of #b129bf color hex is 0.07, 0.79, 0.00, 0.25. Web safe color of #b129bf is #9933cc. Color #b129bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 00101001 | 10111111 |
Octal | 261 | 51 | 277 |
Decimal | 177 | 41 | 191 |
Hex | B1 | 29 | BF |
Shades of #b129bf
Tints of #b129bf
RGB Percentages of Color #b129bf
CMYK Percentages of Color #b129bf
Complementary Color
#b129bf | #37bf29 |
#b129bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b129bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b129bf Color CSS Codes
.mybgcolor {background-color:#b129bf; } .myforecolor {color:#b129bf; } .mybordercolor {border:3px solid #b129bf; }
#b129bf Text Font Color
<p style="color:#b129bf">Text here</p>
This sample text font color is #b129bf
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.
#b129bf Background Color
<div style="background-color:#b129bf">
Div content here</div>
This div background color is #b129bf
#b129bf Border Color
<div style="border:3px solid #b129bf">
Div here</div>
This div border color is #b129bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,41,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b129bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b129bf; -webkit-box-shadow: 1px 1px 3px 2px #b129bf; box-shadow: 1px 1px 3px 2px #b129bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,41,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 #b129bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b129bf; -webkit-box-shadow: 1px 1px 3px 2px #b129bf; box-shadow: 1px 1px 3px 2px #b129bf;">
Div content here</div>
This div box has shadow with color #b129bf
Comments
No comments written yet.
Please login to write comment.