Color spaces of #b69ebd
RGB | 182 | 158 | 189 |
---|---|---|---|
HSL | 0.80 | 0.19 | 0.68 |
HSV | 286° | 16° | 74° |
CMYK | 0.04 | 0.16 | 0.00 0.26 |
XYZ | 40.7036 | 38.0729 | 53.3476 |
Yxy | 38.0729 | 0.3081 | 0.2882 |
Hunter Lab | 61.7032 | 9.7699 | -8.0689 |
CIE-Lab | 68.0743 | 14.4893 | -12.7140 |
#b69ebd color RGB value is (182,158,189).
#b69ebd hex color red value is 182, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b69ebd hue: 0.80 , saturation: 0.19 and the lightness value of b69ebd is 0.68.
The process color (four color CMYK) of #b69ebd color hex is 0.04, 0.16, 0.00, 0.26. Web safe color of #b69ebd is #cc99cc. Color #b69ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10011110 | 10111101 |
Octal | 266 | 236 | 275 |
Decimal | 182 | 158 | 189 |
Hex | B6 | 9E | BD |
Shades of #b69ebd
Tints of #b69ebd
RGB Percentages of Color #b69ebd
CMYK Percentages of Color #b69ebd
Complementary Color
#b69ebd | #a5bd9e |
#b69ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b69ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b69ebd Color CSS Codes
.mybgcolor {background-color:#b69ebd; } .myforecolor {color:#b69ebd; } .mybordercolor {border:3px solid #b69ebd; }
#b69ebd Text Font Color
<p style="color:#b69ebd">Text here</p>
This sample text font color is #b69ebd
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.
#b69ebd Background Color
<div style="background-color:#b69ebd">
Div content here</div>
This div background color is #b69ebd
#b69ebd Border Color
<div style="border:3px solid #b69ebd">
Div here</div>
This div border color is #b69ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,158,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b69ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b69ebd; -webkit-box-shadow: 1px 1px 3px 2px #b69ebd; box-shadow: 1px 1px 3px 2px #b69ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,158,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b69ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b69ebd; -webkit-box-shadow: 1px 1px 3px 2px #b69ebd; box-shadow: 1px 1px 3px 2px #b69ebd;">
Div content here</div>
This div box has shadow with color #b69ebd
Comments
No comments written yet.
Please login to write comment.