Color spaces of #b978de
RGB | 185 | 120 | 222 |
---|---|---|---|
HSL | 0.77 | 0.61 | 0.67 |
HSV | 278° | 46° | 87° |
CMYK | 0.17 | 0.46 | 0.00 0.13 |
XYZ | 39.9089 | 29.0212 | 72.6055 |
Yxy | 29.0212 | 0.2820 | 0.2050 |
Hunter Lab | 53.8713 | 37.9614 | -42.1986 |
CIE-Lab | 60.8003 | 43.3738 | -42.3152 |
#b978de color RGB value is (185,120,222).
#b978de hex color red value is 185, green value is 120 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b978de hue: 0.77 , saturation: 0.61 and the lightness value of b978de is 0.67.
The process color (four color CMYK) of #b978de color hex is 0.17, 0.46, 0.00, 0.13. Web safe color of #b978de is #cc66cc. Color #b978de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01111000 | 11011110 |
Octal | 271 | 170 | 336 |
Decimal | 185 | 120 | 222 |
Hex | B9 | 78 | DE |
Shades of #b978de
Tints of #b978de
RGB Percentages of Color #b978de
CMYK Percentages of Color #b978de
Complementary Color
#b978de | #9dde78 |
#b978de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b978de Color Preview on White Background
Lorem ipsum dolor sit amet.
#b978de Color CSS Codes
.mybgcolor {background-color:#b978de; } .myforecolor {color:#b978de; } .mybordercolor {border:3px solid #b978de; }
#b978de Text Font Color
<p style="color:#b978de">Text here</p>
This sample text font color is #b978de
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.
#b978de Background Color
<div style="background-color:#b978de">
Div content here</div>
This div background color is #b978de
#b978de Border Color
<div style="border:3px solid #b978de">
Div here</div>
This div border color is #b978de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,120,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b978de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b978de; -webkit-box-shadow: 1px 1px 3px 2px #b978de; box-shadow: 1px 1px 3px 2px #b978de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,120,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b978de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b978de; -webkit-box-shadow: 1px 1px 3px 2px #b978de; box-shadow: 1px 1px 3px 2px #b978de;">
Div content here</div>
This div box has shadow with color #b978de
#b978de Color Palettes
Comments
No comments written yet.
Please login to write comment.