Color spaces of #bfabd5
RGB | 191 | 171 | 213 |
---|---|---|---|
HSL | 0.75 | 0.33 | 0.75 |
HSV | 269° | 20° | 84° |
CMYK | 0.10 | 0.20 | 0.00 0.16 |
XYZ | 48.0590 | 45.0063 | 69.1049 |
Yxy | 45.0063 | 0.2963 | 0.2775 |
Hunter Lab | 67.0867 | 10.4705 | -14.1129 |
CIE-Lab | 72.8960 | 15.1627 | -18.6060 |
#bfabd5 color RGB value is (191,171,213).
#bfabd5 hex color red value is 191, green value is 171 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bfabd5 hue: 0.75 , saturation: 0.33 and the lightness value of bfabd5 is 0.75.
The process color (four color CMYK) of #bfabd5 color hex is 0.10, 0.20, 0.00, 0.16. Web safe color of #bfabd5 is #cc99cc. Color #bfabd5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101011 | 11010101 |
Octal | 277 | 253 | 325 |
Decimal | 191 | 171 | 213 |
Hex | BF | AB | D5 |
Shades of #bfabd5
Tints of #bfabd5
RGB Percentages of Color #bfabd5
CMYK Percentages of Color #bfabd5
Complementary Color
#bfabd5 | #c1d5ab |
#bfabd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfabd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfabd5 Color CSS Codes
.mybgcolor {background-color:#bfabd5; } .myforecolor {color:#bfabd5; } .mybordercolor {border:3px solid #bfabd5; }
#bfabd5 Text Font Color
<p style="color:#bfabd5">Text here</p>
This sample text font color is #bfabd5
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.
#bfabd5 Background Color
<div style="background-color:#bfabd5">
Div content here</div>
This div background color is #bfabd5
#bfabd5 Border Color
<div style="border:3px solid #bfabd5">
Div here</div>
This div border color is #bfabd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,171,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfabd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfabd5; -webkit-box-shadow: 1px 1px 3px 2px #bfabd5; box-shadow: 1px 1px 3px 2px #bfabd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,171,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfabd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfabd5; -webkit-box-shadow: 1px 1px 3px 2px #bfabd5; box-shadow: 1px 1px 3px 2px #bfabd5;">
Div content here</div>
This div box has shadow with color #bfabd5
Comments
No comments written yet.
Please login to write comment.