Color spaces of #b59add
RGB | 181 | 154 | 221 |
---|---|---|---|
HSL | 0.73 | 0.50 | 0.74 |
HSV | 264° | 30° | 87° |
CMYK | 0.18 | 0.30 | 0.00 0.13 |
XYZ | 43.6628 | 38.1554 | 73.4701 |
Yxy | 38.1554 | 0.2812 | 0.2457 |
Hunter Lab | 61.7701 | 18.0770 | -27.2812 |
CIE-Lab | 68.1350 | 23.1481 | -30.3601 |
#b59add color RGB value is (181,154,221).
#b59add hex color red value is 181, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b59add hue: 0.73 , saturation: 0.50 and the lightness value of b59add is 0.74.
The process color (four color CMYK) of #b59add color hex is 0.18, 0.30, 0.00, 0.13. Web safe color of #b59add is #cc99cc. Color #b59add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10011010 | 11011101 |
Octal | 265 | 232 | 335 |
Decimal | 181 | 154 | 221 |
Hex | B5 | 9A | DD |
Shades of #b59add
Tints of #b59add
RGB Percentages of Color #b59add
CMYK Percentages of Color #b59add
Complementary Color
#b59add | #c2dd9a |
#b59add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b59add Color Preview on White Background
Lorem ipsum dolor sit amet.
#b59add Color CSS Codes
.mybgcolor {background-color:#b59add; } .myforecolor {color:#b59add; } .mybordercolor {border:3px solid #b59add; }
#b59add Text Font Color
<p style="color:#b59add">Text here</p>
This sample text font color is #b59add
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.
#b59add Background Color
<div style="background-color:#b59add">
Div content here</div>
This div background color is #b59add
#b59add Border Color
<div style="border:3px solid #b59add">
Div here</div>
This div border color is #b59add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,154,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b59add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b59add; -webkit-box-shadow: 1px 1px 3px 2px #b59add; box-shadow: 1px 1px 3px 2px #b59add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,154,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b59add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b59add; -webkit-box-shadow: 1px 1px 3px 2px #b59add; box-shadow: 1px 1px 3px 2px #b59add;">
Div content here</div>
This div box has shadow with color #b59add
Comments
No comments written yet.
Please login to write comment.