Color spaces of #bf8aaa
RGB | 191 | 138 | 170 |
---|---|---|---|
HSL | 0.90 | 0.29 | 0.65 |
HSV | 324° | 28° | 75° |
CMYK | 0.00 | 0.28 | 0.11 0.25 |
XYZ | 37.8300 | 32.1556 | 42.2430 |
Yxy | 32.1556 | 0.3371 | 0.2865 |
Hunter Lab | 56.7059 | 19.8467 | -4.4739 |
CIE-Lab | 63.4713 | 25.2437 | -8.8491 |
#bf8aaa color RGB value is (191,138,170).
#bf8aaa hex color red value is 191, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bf8aaa hue: 0.90 , saturation: 0.29 and the lightness value of bf8aaa is 0.65.
The process color (four color CMYK) of #bf8aaa color hex is 0.00, 0.28, 0.11, 0.25. Web safe color of #bf8aaa is #cc9999. Color #bf8aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10001010 | 10101010 |
Octal | 277 | 212 | 252 |
Decimal | 191 | 138 | 170 |
Hex | BF | 8A | AA |
Shades of #bf8aaa
Tints of #bf8aaa
RGB Percentages of Color #bf8aaa
CMYK Percentages of Color #bf8aaa
Complementary Color
#bf8aaa | #8abf9f |
#bf8aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf8aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf8aaa Color CSS Codes
.mybgcolor {background-color:#bf8aaa; } .myforecolor {color:#bf8aaa; } .mybordercolor {border:3px solid #bf8aaa; }
#bf8aaa Text Font Color
<p style="color:#bf8aaa">Text here</p>
This sample text font color is #bf8aaa
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.
#bf8aaa Background Color
<div style="background-color:#bf8aaa">
Div content here</div>
This div background color is #bf8aaa
#bf8aaa Border Color
<div style="border:3px solid #bf8aaa">
Div here</div>
This div border color is #bf8aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,138,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf8aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf8aaa; -webkit-box-shadow: 1px 1px 3px 2px #bf8aaa; box-shadow: 1px 1px 3px 2px #bf8aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,138,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf8aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf8aaa; -webkit-box-shadow: 1px 1px 3px 2px #bf8aaa; box-shadow: 1px 1px 3px 2px #bf8aaa;">
Div content here</div>
This div box has shadow with color #bf8aaa
Comments
No comments written yet.
Please login to write comment.