Color spaces of #b59bfd
RGB | 181 | 155 | 253 |
---|---|---|---|
HSL | 0.71 | 0.96 | 0.80 |
HSV | 256° | 39° | 99° |
CMYK | 0.28 | 0.39 | 0.00 0.01 |
XYZ | 48.5070 | 40.3583 | 98.1618 |
Yxy | 40.3583 | 0.2594 | 0.2158 |
Hunter Lab | 63.5282 | 25.1195 | -47.1434 |
CIE-Lab | 69.7240 | 30.0693 | -45.4076 |
#b59bfd color RGB value is (181,155,253).
#b59bfd hex color red value is 181, green value is 155 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b59bfd hue: 0.71 , saturation: 0.96 and the lightness value of b59bfd is 0.80.
The process color (four color CMYK) of #b59bfd color hex is 0.28, 0.39, 0.00, 0.01. Web safe color of #b59bfd is #cc99ff. Color #b59bfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10011011 | 11111101 |
Octal | 265 | 233 | 375 |
Decimal | 181 | 155 | 253 |
Hex | B5 | 9B | FD |
Shades of #b59bfd
Tints of #b59bfd
RGB Percentages of Color #b59bfd
CMYK Percentages of Color #b59bfd
Complementary Color
#b59bfd | #e3fd9b |
#b59bfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b59bfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b59bfd Color CSS Codes
.mybgcolor {background-color:#b59bfd; } .myforecolor {color:#b59bfd; } .mybordercolor {border:3px solid #b59bfd; }
#b59bfd Text Font Color
<p style="color:#b59bfd">Text here</p>
This sample text font color is #b59bfd
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.
#b59bfd Background Color
<div style="background-color:#b59bfd">
Div content here</div>
This div background color is #b59bfd
#b59bfd Border Color
<div style="border:3px solid #b59bfd">
Div here</div>
This div border color is #b59bfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,155,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b59bfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b59bfd; -webkit-box-shadow: 1px 1px 3px 2px #b59bfd; box-shadow: 1px 1px 3px 2px #b59bfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,155,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b59bfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b59bfd; -webkit-box-shadow: 1px 1px 3px 2px #b59bfd; box-shadow: 1px 1px 3px 2px #b59bfd;">
Div content here</div>
This div box has shadow with color #b59bfd
Comments
No comments written yet.
Please login to write comment.