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