Color spaces of #b28abd
RGB | 178 | 138 | 189 |
---|---|---|---|
HSL | 0.80 | 0.28 | 0.64 |
HSV | 287° | 27° | 74° |
CMYK | 0.06 | 0.27 | 0.00 0.26 |
XYZ | 36.6339 | 31.3161 | 52.2579 |
Yxy | 31.3161 | 0.3048 | 0.2605 |
Hunter Lab | 55.9608 | 18.9210 | -16.1943 |
CIE-Lab | 62.7736 | 24.3332 | -20.7723 |
#b28abd color RGB value is (178,138,189).
#b28abd hex color red value is 178, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b28abd hue: 0.80 , saturation: 0.28 and the lightness value of b28abd is 0.64.
The process color (four color CMYK) of #b28abd color hex is 0.06, 0.27, 0.00, 0.26. Web safe color of #b28abd is #9999cc. Color #b28abd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10001010 | 10111101 |
Octal | 262 | 212 | 275 |
Decimal | 178 | 138 | 189 |
Hex | B2 | 8A | BD |
Shades of #b28abd
Tints of #b28abd
RGB Percentages of Color #b28abd
CMYK Percentages of Color #b28abd
Complementary Color
#b28abd | #95bd8a |
#b28abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b28abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b28abd Color CSS Codes
.mybgcolor {background-color:#b28abd; } .myforecolor {color:#b28abd; } .mybordercolor {border:3px solid #b28abd; }
#b28abd Text Font Color
<p style="color:#b28abd">Text here</p>
This sample text font color is #b28abd
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.
#b28abd Background Color
<div style="background-color:#b28abd">
Div content here</div>
This div background color is #b28abd
#b28abd Border Color
<div style="border:3px solid #b28abd">
Div here</div>
This div border color is #b28abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,138,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b28abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b28abd; -webkit-box-shadow: 1px 1px 3px 2px #b28abd; box-shadow: 1px 1px 3px 2px #b28abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,138,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 #b28abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b28abd; -webkit-box-shadow: 1px 1px 3px 2px #b28abd; box-shadow: 1px 1px 3px 2px #b28abd;">
Div content here</div>
This div box has shadow with color #b28abd
#b28abd Color Palettes
Comments
No comments written yet.
Please login to write comment.