Color spaces of #bf718d
RGB | 191 | 113 | 141 |
---|---|---|---|
HSL | 0.94 | 0.38 | 0.60 |
HSV | 338° | 41° | 75° |
CMYK | 0.00 | 0.41 | 0.26 0.25 |
XYZ | 32.1987 | 24.8097 | 28.2910 |
Yxy | 24.8097 | 0.3775 | 0.2909 |
Hunter Lab | 49.8093 | 28.2230 | 1.1907 |
CIE-Lab | 56.8895 | 34.3749 | -1.9505 |
#bf718d color RGB value is (191,113,141).
#bf718d hex color red value is 191, green value is 113 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bf718d hue: 0.94 , saturation: 0.38 and the lightness value of bf718d is 0.60.
The process color (four color CMYK) of #bf718d color hex is 0.00, 0.41, 0.26, 0.25. Web safe color of #bf718d is #cc6699. Color #bf718d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01110001 | 10001101 |
Octal | 277 | 161 | 215 |
Decimal | 191 | 113 | 141 |
Hex | BF | 71 | 8D |
Shades of #bf718d
Tints of #bf718d
RGB Percentages of Color #bf718d
CMYK Percentages of Color #bf718d
Complementary Color
#bf718d | #71bfa3 |
#bf718d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf718d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf718d Color CSS Codes
.mybgcolor {background-color:#bf718d; } .myforecolor {color:#bf718d; } .mybordercolor {border:3px solid #bf718d; }
#bf718d Text Font Color
<p style="color:#bf718d">Text here</p>
This sample text font color is #bf718d
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.
#bf718d Background Color
<div style="background-color:#bf718d">
Div content here</div>
This div background color is #bf718d
#bf718d Border Color
<div style="border:3px solid #bf718d">
Div here</div>
This div border color is #bf718d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,113,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf718d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf718d; -webkit-box-shadow: 1px 1px 3px 2px #bf718d; box-shadow: 1px 1px 3px 2px #bf718d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,113,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf718d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf718d; -webkit-box-shadow: 1px 1px 3px 2px #bf718d; box-shadow: 1px 1px 3px 2px #bf718d;">
Div content here</div>
This div box has shadow with color #bf718d
#bf718d Color Palettes
Comments
No comments written yet.
Please login to write comment.