Color spaces of #b289ba
RGB | 178 | 137 | 186 |
---|---|---|---|
HSL | 0.81 | 0.26 | 0.63 |
HSV | 290° | 26° | 73° |
CMYK | 0.04 | 0.26 | 0.00 0.27 |
XYZ | 36.1687 | 30.9015 | 50.5127 |
Yxy | 30.9015 | 0.3076 | 0.2628 |
Hunter Lab | 55.5891 | 18.8589 | -14.9632 |
CIE-Lab | 62.4244 | 24.2915 | -19.6114 |
#b289ba color RGB value is (178,137,186).
#b289ba hex color red value is 178, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b289ba hue: 0.81 , saturation: 0.26 and the lightness value of b289ba is 0.63.
The process color (four color CMYK) of #b289ba color hex is 0.04, 0.26, 0.00, 0.27. Web safe color of #b289ba is #9999cc. Color #b289ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10001001 | 10111010 |
Octal | 262 | 211 | 272 |
Decimal | 178 | 137 | 186 |
Hex | B2 | 89 | BA |
Shades of #b289ba
Tints of #b289ba
RGB Percentages of Color #b289ba
CMYK Percentages of Color #b289ba
Complementary Color
#b289ba | #91ba89 |
#b289ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b289ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b289ba Color CSS Codes
.mybgcolor {background-color:#b289ba; } .myforecolor {color:#b289ba; } .mybordercolor {border:3px solid #b289ba; }
#b289ba Text Font Color
<p style="color:#b289ba">Text here</p>
This sample text font color is #b289ba
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.
#b289ba Background Color
<div style="background-color:#b289ba">
Div content here</div>
This div background color is #b289ba
#b289ba Border Color
<div style="border:3px solid #b289ba">
Div here</div>
This div border color is #b289ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,137,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b289ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b289ba; -webkit-box-shadow: 1px 1px 3px 2px #b289ba; box-shadow: 1px 1px 3px 2px #b289ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,137,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b289ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b289ba; -webkit-box-shadow: 1px 1px 3px 2px #b289ba; box-shadow: 1px 1px 3px 2px #b289ba;">
Div content here</div>
This div box has shadow with color #b289ba
Comments
No comments written yet.
Please login to write comment.