Color spaces of #b76abb
RGB | 183 | 106 | 187 |
---|---|---|---|
HSL | 0.83 | 0.37 | 0.57 |
HSV | 297° | 43° | 73° |
CMYK | 0.02 | 0.43 | 0.00 0.27 |
XYZ | 33.6521 | 23.9632 | 49.8654 |
Yxy | 23.9632 | 0.3131 | 0.2230 |
Hunter Lab | 48.9522 | 37.0431 | -26.1295 |
CIE-Lab | 56.0509 | 43.1570 | -29.9359 |
#b76abb color RGB value is (183,106,187).
#b76abb hex color red value is 183, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b76abb hue: 0.83 , saturation: 0.37 and the lightness value of b76abb is 0.57.
The process color (four color CMYK) of #b76abb color hex is 0.02, 0.43, 0.00, 0.27. Web safe color of #b76abb is #cc66cc. Color #b76abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01101010 | 10111011 |
Octal | 267 | 152 | 273 |
Decimal | 183 | 106 | 187 |
Hex | B7 | 6A | BB |
Shades of #b76abb
Tints of #b76abb
RGB Percentages of Color #b76abb
CMYK Percentages of Color #b76abb
Complementary Color
#b76abb | #6ebb6a |
#b76abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b76abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b76abb Color CSS Codes
.mybgcolor {background-color:#b76abb; } .myforecolor {color:#b76abb; } .mybordercolor {border:3px solid #b76abb; }
#b76abb Text Font Color
<p style="color:#b76abb">Text here</p>
This sample text font color is #b76abb
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.
#b76abb Background Color
<div style="background-color:#b76abb">
Div content here</div>
This div background color is #b76abb
#b76abb Border Color
<div style="border:3px solid #b76abb">
Div here</div>
This div border color is #b76abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,106,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b76abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b76abb; -webkit-box-shadow: 1px 1px 3px 2px #b76abb; box-shadow: 1px 1px 3px 2px #b76abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,106,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b76abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b76abb; -webkit-box-shadow: 1px 1px 3px 2px #b76abb; box-shadow: 1px 1px 3px 2px #b76abb;">
Div content here</div>
This div box has shadow with color #b76abb
Comments
No comments written yet.
Please login to write comment.