Color spaces of #b164bf
RGB | 177 | 100 | 191 |
---|---|---|---|
HSL | 0.81 | 0.42 | 0.57 |
HSV | 291° | 48° | 75° |
CMYK | 0.07 | 0.48 | 0.00 0.25 |
XYZ | 32.0926 | 22.2230 | 51.8882 |
Yxy | 22.2230 | 0.3022 | 0.2092 |
Hunter Lab | 47.1413 | 39.0211 | -32.2614 |
CIE-Lab | 54.2628 | 45.3137 | -35.0758 |
#b164bf color RGB value is (177,100,191).
#b164bf hex color red value is 177, green value is 100 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b164bf hue: 0.81 , saturation: 0.42 and the lightness value of b164bf is 0.57.
The process color (four color CMYK) of #b164bf color hex is 0.07, 0.48, 0.00, 0.25. Web safe color of #b164bf is #9966cc. Color #b164bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01100100 | 10111111 |
Octal | 261 | 144 | 277 |
Decimal | 177 | 100 | 191 |
Hex | B1 | 64 | BF |
Shades of #b164bf
Tints of #b164bf
RGB Percentages of Color #b164bf
CMYK Percentages of Color #b164bf
Complementary Color
#b164bf | #72bf64 |
#b164bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b164bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b164bf Color CSS Codes
.mybgcolor {background-color:#b164bf; } .myforecolor {color:#b164bf; } .mybordercolor {border:3px solid #b164bf; }
#b164bf Text Font Color
<p style="color:#b164bf">Text here</p>
This sample text font color is #b164bf
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.
#b164bf Background Color
<div style="background-color:#b164bf">
Div content here</div>
This div background color is #b164bf
#b164bf Border Color
<div style="border:3px solid #b164bf">
Div here</div>
This div border color is #b164bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,100,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b164bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b164bf; -webkit-box-shadow: 1px 1px 3px 2px #b164bf; box-shadow: 1px 1px 3px 2px #b164bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,100,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 #b164bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b164bf; -webkit-box-shadow: 1px 1px 3px 2px #b164bf; box-shadow: 1px 1px 3px 2px #b164bf;">
Div content here</div>
This div box has shadow with color #b164bf
Comments
No comments written yet.
Please login to write comment.