Color spaces of #b69abe
RGB | 182 | 154 | 190 |
---|---|---|---|
HSL | 0.80 | 0.22 | 0.67 |
HSV | 287° | 19° | 75° |
CMYK | 0.04 | 0.19 | 0.00 0.25 |
XYZ | 40.1413 | 36.7740 | 53.6976 |
Yxy | 36.7740 | 0.3073 | 0.2815 |
Hunter Lab | 60.6416 | 12.0342 | -10.0517 |
CIE-Lab | 67.1071 | 16.9147 | -14.7256 |
#b69abe color RGB value is (182,154,190).
#b69abe hex color red value is 182, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b69abe hue: 0.80 , saturation: 0.22 and the lightness value of b69abe is 0.67.
The process color (four color CMYK) of #b69abe color hex is 0.04, 0.19, 0.00, 0.25. Web safe color of #b69abe is #cc99cc. Color #b69abe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10011010 | 10111110 |
Octal | 266 | 232 | 276 |
Decimal | 182 | 154 | 190 |
Hex | B6 | 9A | BE |
Shades of #b69abe
Tints of #b69abe
RGB Percentages of Color #b69abe
CMYK Percentages of Color #b69abe
Complementary Color
#b69abe | #a2be9a |
#b69abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b69abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b69abe Color CSS Codes
.mybgcolor {background-color:#b69abe; } .myforecolor {color:#b69abe; } .mybordercolor {border:3px solid #b69abe; }
#b69abe Text Font Color
<p style="color:#b69abe">Text here</p>
This sample text font color is #b69abe
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.
#b69abe Background Color
<div style="background-color:#b69abe">
Div content here</div>
This div background color is #b69abe
#b69abe Border Color
<div style="border:3px solid #b69abe">
Div here</div>
This div border color is #b69abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,154,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b69abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b69abe; -webkit-box-shadow: 1px 1px 3px 2px #b69abe; box-shadow: 1px 1px 3px 2px #b69abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,154,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b69abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b69abe; -webkit-box-shadow: 1px 1px 3px 2px #b69abe; box-shadow: 1px 1px 3px 2px #b69abe;">
Div content here</div>
This div box has shadow with color #b69abe
Comments
No comments written yet.
Please login to write comment.