Color spaces of #b681bd
RGB | 182 | 129 | 189 |
---|---|---|---|
HSL | 0.81 | 0.31 | 0.62 |
HSV | 293° | 32° | 74° |
CMYK | 0.04 | 0.32 | 0.00 0.26 |
XYZ | 36.3270 | 29.3197 | 51.8887 |
Yxy | 29.3197 | 0.3091 | 0.2495 |
Hunter Lab | 54.1477 | 24.9950 | -18.9131 |
CIE-Lab | 61.0627 | 30.6885 | -23.3523 |
#b681bd color RGB value is (182,129,189).
#b681bd hex color red value is 182, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b681bd hue: 0.81 , saturation: 0.31 and the lightness value of b681bd is 0.62.
The process color (four color CMYK) of #b681bd color hex is 0.04, 0.32, 0.00, 0.26. Web safe color of #b681bd is #cc99cc. Color #b681bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10000001 | 10111101 |
Octal | 266 | 201 | 275 |
Decimal | 182 | 129 | 189 |
Hex | B6 | 81 | BD |
Shades of #b681bd
Tints of #b681bd
RGB Percentages of Color #b681bd
CMYK Percentages of Color #b681bd
Complementary Color
#b681bd | #88bd81 |
#b681bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b681bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b681bd Color CSS Codes
.mybgcolor {background-color:#b681bd; } .myforecolor {color:#b681bd; } .mybordercolor {border:3px solid #b681bd; }
#b681bd Text Font Color
<p style="color:#b681bd">Text here</p>
This sample text font color is #b681bd
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.
#b681bd Background Color
<div style="background-color:#b681bd">
Div content here</div>
This div background color is #b681bd
#b681bd Border Color
<div style="border:3px solid #b681bd">
Div here</div>
This div border color is #b681bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,129,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b681bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b681bd; -webkit-box-shadow: 1px 1px 3px 2px #b681bd; box-shadow: 1px 1px 3px 2px #b681bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,129,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 #b681bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b681bd; -webkit-box-shadow: 1px 1px 3px 2px #b681bd; box-shadow: 1px 1px 3px 2px #b681bd;">
Div content here</div>
This div box has shadow with color #b681bd
Comments
No comments written yet.
Please login to write comment.