Color spaces of #b968bb
RGB | 185 | 104 | 187 |
---|---|---|---|
HSL | 0.83 | 0.38 | 0.57 |
HSV | 299° | 44° | 73° |
CMYK | 0.01 | 0.44 | 0.00 0.27 |
XYZ | 33.9275 | 23.8028 | 49.8199 |
Yxy | 23.8028 | 0.3155 | 0.2213 |
Hunter Lab | 48.7881 | 38.7506 | -26.3922 |
CIE-Lab | 55.8898 | 44.8138 | -30.1668 |
#b968bb color RGB value is (185,104,187).
#b968bb hex color red value is 185, green value is 104 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b968bb hue: 0.83 , saturation: 0.38 and the lightness value of b968bb is 0.57.
The process color (four color CMYK) of #b968bb color hex is 0.01, 0.44, 0.00, 0.27. Web safe color of #b968bb is #cc66cc. Color #b968bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01101000 | 10111011 |
Octal | 271 | 150 | 273 |
Decimal | 185 | 104 | 187 |
Hex | B9 | 68 | BB |
Shades of #b968bb
Tints of #b968bb
RGB Percentages of Color #b968bb
CMYK Percentages of Color #b968bb
Complementary Color
#b968bb | #6abb68 |
#b968bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b968bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b968bb Color CSS Codes
.mybgcolor {background-color:#b968bb; } .myforecolor {color:#b968bb; } .mybordercolor {border:3px solid #b968bb; }
#b968bb Text Font Color
<p style="color:#b968bb">Text here</p>
This sample text font color is #b968bb
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.
#b968bb Background Color
<div style="background-color:#b968bb">
Div content here</div>
This div background color is #b968bb
#b968bb Border Color
<div style="border:3px solid #b968bb">
Div here</div>
This div border color is #b968bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,104,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b968bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b968bb; -webkit-box-shadow: 1px 1px 3px 2px #b968bb; box-shadow: 1px 1px 3px 2px #b968bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,104,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 #b968bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b968bb; -webkit-box-shadow: 1px 1px 3px 2px #b968bb; box-shadow: 1px 1px 3px 2px #b968bb;">
Div content here</div>
This div box has shadow with color #b968bb
Comments
No comments written yet.
Please login to write comment.