Color spaces of #b47fbf
RGB | 180 | 127 | 191 |
---|---|---|---|
HSL | 0.80 | 0.33 | 0.62 |
HSV | 290° | 34° | 75° |
CMYK | 0.06 | 0.34 | 0.00 0.25 |
XYZ | 35.8157 | 28.6436 | 52.9313 |
Yxy | 28.6436 | 0.3051 | 0.2440 |
Hunter Lab | 53.5197 | 25.7937 | -21.1743 |
CIE-Lab | 60.4658 | 31.5511 | -25.4209 |
#b47fbf color RGB value is (180,127,191).
#b47fbf hex color red value is 180, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b47fbf hue: 0.80 , saturation: 0.33 and the lightness value of b47fbf is 0.62.
The process color (four color CMYK) of #b47fbf color hex is 0.06, 0.34, 0.00, 0.25. Web safe color of #b47fbf is #cc66cc. Color #b47fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01111111 | 10111111 |
Octal | 264 | 177 | 277 |
Decimal | 180 | 127 | 191 |
Hex | B4 | 7F | BF |
Shades of #b47fbf
Tints of #b47fbf
RGB Percentages of Color #b47fbf
CMYK Percentages of Color #b47fbf
Complementary Color
#b47fbf | #8abf7f |
#b47fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b47fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b47fbf Color CSS Codes
.mybgcolor {background-color:#b47fbf; } .myforecolor {color:#b47fbf; } .mybordercolor {border:3px solid #b47fbf; }
#b47fbf Text Font Color
<p style="color:#b47fbf">Text here</p>
This sample text font color is #b47fbf
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.
#b47fbf Background Color
<div style="background-color:#b47fbf">
Div content here</div>
This div background color is #b47fbf
#b47fbf Border Color
<div style="border:3px solid #b47fbf">
Div here</div>
This div border color is #b47fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,127,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b47fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b47fbf; -webkit-box-shadow: 1px 1px 3px 2px #b47fbf; box-shadow: 1px 1px 3px 2px #b47fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,127,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 #b47fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b47fbf; -webkit-box-shadow: 1px 1px 3px 2px #b47fbf; box-shadow: 1px 1px 3px 2px #b47fbf;">
Div content here</div>
This div box has shadow with color #b47fbf
Comments
No comments written yet.
Please login to write comment.