Color spaces of #b19dde
RGB | 177 | 157 | 222 |
---|---|---|---|
HSL | 0.72 | 0.50 | 0.74 |
HSV | 258° | 29° | 87° |
CMYK | 0.20 | 0.29 | 0.00 0.13 |
XYZ | 43.3732 | 38.7350 | 74.2978 |
Yxy | 38.7350 | 0.2773 | 0.2477 |
Hunter Lab | 62.2374 | 15.4809 | -27.2130 |
CIE-Lab | 68.5589 | 20.4662 | -30.2856 |
#b19dde color RGB value is (177,157,222).
#b19dde hex color red value is 177, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b19dde hue: 0.72 , saturation: 0.50 and the lightness value of b19dde is 0.74.
The process color (four color CMYK) of #b19dde color hex is 0.20, 0.29, 0.00, 0.13. Web safe color of #b19dde is #9999cc. Color #b19dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10011101 | 11011110 |
Octal | 261 | 235 | 336 |
Decimal | 177 | 157 | 222 |
Hex | B1 | 9D | DE |
Shades of #b19dde
Tints of #b19dde
RGB Percentages of Color #b19dde
CMYK Percentages of Color #b19dde
Complementary Color
#b19dde | #cade9d |
#b19dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b19dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b19dde Color CSS Codes
.mybgcolor {background-color:#b19dde; } .myforecolor {color:#b19dde; } .mybordercolor {border:3px solid #b19dde; }
#b19dde Text Font Color
<p style="color:#b19dde">Text here</p>
This sample text font color is #b19dde
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.
#b19dde Background Color
<div style="background-color:#b19dde">
Div content here</div>
This div background color is #b19dde
#b19dde Border Color
<div style="border:3px solid #b19dde">
Div here</div>
This div border color is #b19dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,157,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b19dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b19dde; -webkit-box-shadow: 1px 1px 3px 2px #b19dde; box-shadow: 1px 1px 3px 2px #b19dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,157,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b19dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b19dde; -webkit-box-shadow: 1px 1px 3px 2px #b19dde; box-shadow: 1px 1px 3px 2px #b19dde;">
Div content here</div>
This div box has shadow with color #b19dde
Comments
No comments written yet.
Please login to write comment.