Color spaces of #b38cdf
RGB | 179 | 140 | 223 |
---|---|---|---|
HSL | 0.74 | 0.56 | 0.71 |
HSV | 268° | 37° | 87° |
CMYK | 0.20 | 0.37 | 0.00 0.13 |
XYZ | 41.2878 | 33.6676 | 74.1344 |
Yxy | 33.6676 | 0.2769 | 0.2258 |
Hunter Lab | 58.0238 | 25.4730 | -35.1355 |
CIE-Lab | 64.6979 | 30.8375 | -36.8133 |
#b38cdf color RGB value is (179,140,223).
#b38cdf hex color red value is 179, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b38cdf hue: 0.74 , saturation: 0.56 and the lightness value of b38cdf is 0.71.
The process color (four color CMYK) of #b38cdf color hex is 0.20, 0.37, 0.00, 0.13. Web safe color of #b38cdf is #cc99cc. Color #b38cdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10001100 | 11011111 |
Octal | 263 | 214 | 337 |
Decimal | 179 | 140 | 223 |
Hex | B3 | 8C | DF |
Shades of #b38cdf
Tints of #b38cdf
RGB Percentages of Color #b38cdf
CMYK Percentages of Color #b38cdf
Complementary Color
#b38cdf | #b8df8c |
#b38cdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b38cdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b38cdf Color CSS Codes
.mybgcolor {background-color:#b38cdf; } .myforecolor {color:#b38cdf; } .mybordercolor {border:3px solid #b38cdf; }
#b38cdf Text Font Color
<p style="color:#b38cdf">Text here</p>
This sample text font color is #b38cdf
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.
#b38cdf Background Color
<div style="background-color:#b38cdf">
Div content here</div>
This div background color is #b38cdf
#b38cdf Border Color
<div style="border:3px solid #b38cdf">
Div here</div>
This div border color is #b38cdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,140,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b38cdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b38cdf; -webkit-box-shadow: 1px 1px 3px 2px #b38cdf; box-shadow: 1px 1px 3px 2px #b38cdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,140,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b38cdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b38cdf; -webkit-box-shadow: 1px 1px 3px 2px #b38cdf; box-shadow: 1px 1px 3px 2px #b38cdf;">
Div content here</div>
This div box has shadow with color #b38cdf
Comments
No comments written yet.
Please login to write comment.