Color spaces of #b978cb
RGB | 185 | 120 | 203 |
---|---|---|---|
HSL | 0.80 | 0.44 | 0.63 |
HSV | 287° | 41° | 80° |
CMYK | 0.09 | 0.41 | 0.00 0.20 |
XYZ | 37.5035 | 28.0590 | 59.9392 |
Yxy | 28.0590 | 0.2988 | 0.2236 |
Hunter Lab | 52.9707 | 33.6799 | -30.0102 |
CIE-Lab | 59.9420 | 39.3949 | -32.9786 |
#b978cb color RGB value is (185,120,203).
#b978cb hex color red value is 185, green value is 120 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b978cb hue: 0.80 , saturation: 0.44 and the lightness value of b978cb is 0.63.
The process color (four color CMYK) of #b978cb color hex is 0.09, 0.41, 0.00, 0.20. Web safe color of #b978cb is #cc66cc. Color #b978cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01111000 | 11001011 |
Octal | 271 | 170 | 313 |
Decimal | 185 | 120 | 203 |
Hex | B9 | 78 | CB |
Shades of #b978cb
Tints of #b978cb
RGB Percentages of Color #b978cb
CMYK Percentages of Color #b978cb
Complementary Color
#b978cb | #8acb78 |
#b978cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b978cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b978cb Color CSS Codes
.mybgcolor {background-color:#b978cb; } .myforecolor {color:#b978cb; } .mybordercolor {border:3px solid #b978cb; }
#b978cb Text Font Color
<p style="color:#b978cb">Text here</p>
This sample text font color is #b978cb
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.
#b978cb Background Color
<div style="background-color:#b978cb">
Div content here</div>
This div background color is #b978cb
#b978cb Border Color
<div style="border:3px solid #b978cb">
Div here</div>
This div border color is #b978cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,120,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b978cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b978cb; -webkit-box-shadow: 1px 1px 3px 2px #b978cb; box-shadow: 1px 1px 3px 2px #b978cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,120,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b978cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b978cb; -webkit-box-shadow: 1px 1px 3px 2px #b978cb; box-shadow: 1px 1px 3px 2px #b978cb;">
Div content here</div>
This div box has shadow with color #b978cb
Comments
No comments written yet.
Please login to write comment.