Color spaces of #b66dbf
RGB | 182 | 109 | 191 |
---|---|---|---|
HSL | 0.82 | 0.39 | 0.59 |
HSV | 293° | 43° | 75° |
CMYK | 0.05 | 0.43 | 0.00 0.25 |
XYZ | 34.1640 | 24.6439 | 52.2463 |
Yxy | 24.6439 | 0.3076 | 0.2219 |
Hunter Lab | 49.6426 | 35.9689 | -27.6498 |
CIE-Lab | 56.7268 | 42.0283 | -31.1862 |
#b66dbf color RGB value is (182,109,191).
#b66dbf hex color red value is 182, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b66dbf hue: 0.82 , saturation: 0.39 and the lightness value of b66dbf is 0.59.
The process color (four color CMYK) of #b66dbf color hex is 0.05, 0.43, 0.00, 0.25. Web safe color of #b66dbf is #cc66cc. Color #b66dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01101101 | 10111111 |
Octal | 266 | 155 | 277 |
Decimal | 182 | 109 | 191 |
Hex | B6 | 6D | BF |
Shades of #b66dbf
Tints of #b66dbf
RGB Percentages of Color #b66dbf
CMYK Percentages of Color #b66dbf
Complementary Color
#b66dbf | #76bf6d |
#b66dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b66dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b66dbf Color CSS Codes
.mybgcolor {background-color:#b66dbf; } .myforecolor {color:#b66dbf; } .mybordercolor {border:3px solid #b66dbf; }
#b66dbf Text Font Color
<p style="color:#b66dbf">Text here</p>
This sample text font color is #b66dbf
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.
#b66dbf Background Color
<div style="background-color:#b66dbf">
Div content here</div>
This div background color is #b66dbf
#b66dbf Border Color
<div style="border:3px solid #b66dbf">
Div here</div>
This div border color is #b66dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,109,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b66dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b66dbf; -webkit-box-shadow: 1px 1px 3px 2px #b66dbf; box-shadow: 1px 1px 3px 2px #b66dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,109,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b66dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b66dbf; -webkit-box-shadow: 1px 1px 3px 2px #b66dbf; box-shadow: 1px 1px 3px 2px #b66dbf;">
Div content here</div>
This div box has shadow with color #b66dbf
Comments
No comments written yet.
Please login to write comment.