Color spaces of #bf8fac
RGB | 191 | 143 | 172 |
---|---|---|---|
HSL | 0.90 | 0.27 | 0.65 |
HSV | 324° | 25° | 75° |
CMYK | 0.00 | 0.25 | 0.10 0.25 |
XYZ | 38.7547 | 33.6998 | 43.4919 |
Yxy | 33.6998 | 0.3342 | 0.2906 |
Hunter Lab | 58.0515 | 17.5749 | -3.7837 |
CIE-Lab | 64.7236 | 22.8185 | -8.1135 |
#bf8fac color RGB value is (191,143,172).
#bf8fac hex color red value is 191, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bf8fac hue: 0.90 , saturation: 0.27 and the lightness value of bf8fac is 0.65.
The process color (four color CMYK) of #bf8fac color hex is 0.00, 0.25, 0.10, 0.25. Web safe color of #bf8fac is #cc9999. Color #bf8fac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10001111 | 10101100 |
Octal | 277 | 217 | 254 |
Decimal | 191 | 143 | 172 |
Hex | BF | 8F | AC |
Shades of #bf8fac
Tints of #bf8fac
RGB Percentages of Color #bf8fac
CMYK Percentages of Color #bf8fac
Complementary Color
#bf8fac | #8fbfa2 |
#bf8fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf8fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf8fac Color CSS Codes
.mybgcolor {background-color:#bf8fac; } .myforecolor {color:#bf8fac; } .mybordercolor {border:3px solid #bf8fac; }
#bf8fac Text Font Color
<p style="color:#bf8fac">Text here</p>
This sample text font color is #bf8fac
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.
#bf8fac Background Color
<div style="background-color:#bf8fac">
Div content here</div>
This div background color is #bf8fac
#bf8fac Border Color
<div style="border:3px solid #bf8fac">
Div here</div>
This div border color is #bf8fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,143,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf8fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf8fac; -webkit-box-shadow: 1px 1px 3px 2px #bf8fac; box-shadow: 1px 1px 3px 2px #bf8fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,143,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf8fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf8fac; -webkit-box-shadow: 1px 1px 3px 2px #bf8fac; box-shadow: 1px 1px 3px 2px #bf8fac;">
Div content here</div>
This div box has shadow with color #bf8fac
Comments
No comments written yet.
Please login to write comment.