Color spaces of #b766be
RGB | 183 | 102 | 190 |
---|---|---|---|
HSL | 0.82 | 0.40 | 0.57 |
HSV | 295° | 46° | 75° |
CMYK | 0.04 | 0.46 | 0.00 0.25 |
XYZ | 33.5741 | 23.2877 | 51.4406 |
Yxy | 23.2877 | 0.3100 | 0.2150 |
Hunter Lab | 48.2573 | 39.7376 | -29.4209 |
CIE-Lab | 55.3675 | 45.8295 | -32.7208 |
#b766be color RGB value is (183,102,190).
#b766be hex color red value is 183, green value is 102 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b766be hue: 0.82 , saturation: 0.40 and the lightness value of b766be is 0.57.
The process color (four color CMYK) of #b766be color hex is 0.04, 0.46, 0.00, 0.25. Web safe color of #b766be is #cc66cc. Color #b766be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01100110 | 10111110 |
Octal | 267 | 146 | 276 |
Decimal | 183 | 102 | 190 |
Hex | B7 | 66 | BE |
Shades of #b766be
Tints of #b766be
RGB Percentages of Color #b766be
CMYK Percentages of Color #b766be
Complementary Color
#b766be | #6dbe66 |
#b766be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b766be Color Preview on White Background
Lorem ipsum dolor sit amet.
#b766be Color CSS Codes
.mybgcolor {background-color:#b766be; } .myforecolor {color:#b766be; } .mybordercolor {border:3px solid #b766be; }
#b766be Text Font Color
<p style="color:#b766be">Text here</p>
This sample text font color is #b766be
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.
#b766be Background Color
<div style="background-color:#b766be">
Div content here</div>
This div background color is #b766be
#b766be Border Color
<div style="border:3px solid #b766be">
Div here</div>
This div border color is #b766be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,102,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b766be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b766be; -webkit-box-shadow: 1px 1px 3px 2px #b766be; box-shadow: 1px 1px 3px 2px #b766be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,102,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b766be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b766be; -webkit-box-shadow: 1px 1px 3px 2px #b766be; box-shadow: 1px 1px 3px 2px #b766be;">
Div content here</div>
This div box has shadow with color #b766be
Comments
No comments written yet.
Please login to write comment.