Color spaces of #bfabe5
RGB | 191 | 171 | 229 |
---|---|---|---|
HSL | 0.72 | 0.53 | 0.78 |
HSV | 261° | 25° | 90° |
CMYK | 0.17 | 0.25 | 0.00 0.10 |
XYZ | 50.1916 | 45.8593 | 80.3351 |
Yxy | 45.8593 | 0.2846 | 0.2600 |
Hunter Lab | 67.7195 | 13.7896 | -22.9316 |
CIE-Lab | 73.4541 | 18.5640 | -26.4910 |
#bfabe5 color RGB value is (191,171,229).
#bfabe5 hex color red value is 191, green value is 171 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bfabe5 hue: 0.72 , saturation: 0.53 and the lightness value of bfabe5 is 0.78.
The process color (four color CMYK) of #bfabe5 color hex is 0.17, 0.25, 0.00, 0.10. Web safe color of #bfabe5 is #cc99cc. Color #bfabe5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101011 | 11100101 |
Octal | 277 | 253 | 345 |
Decimal | 191 | 171 | 229 |
Hex | BF | AB | E5 |
Shades of #bfabe5
Tints of #bfabe5
RGB Percentages of Color #bfabe5
CMYK Percentages of Color #bfabe5
Complementary Color
#bfabe5 | #d1e5ab |
#bfabe5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfabe5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfabe5 Color CSS Codes
.mybgcolor {background-color:#bfabe5; } .myforecolor {color:#bfabe5; } .mybordercolor {border:3px solid #bfabe5; }
#bfabe5 Text Font Color
<p style="color:#bfabe5">Text here</p>
This sample text font color is #bfabe5
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.
#bfabe5 Background Color
<div style="background-color:#bfabe5">
Div content here</div>
This div background color is #bfabe5
#bfabe5 Border Color
<div style="border:3px solid #bfabe5">
Div here</div>
This div border color is #bfabe5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,171,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfabe5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfabe5; -webkit-box-shadow: 1px 1px 3px 2px #bfabe5; box-shadow: 1px 1px 3px 2px #bfabe5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,171,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfabe5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfabe5; -webkit-box-shadow: 1px 1px 3px 2px #bfabe5; box-shadow: 1px 1px 3px 2px #bfabe5;">
Div content here</div>
This div box has shadow with color #bfabe5
Comments
No comments written yet.
Please login to write comment.