Color spaces of #b980dd
RGB | 185 | 128 | 221 |
---|---|---|---|
HSL | 0.77 | 0.58 | 0.68 |
HSV | 277° | 42° | 87° |
CMYK | 0.16 | 0.42 | 0.00 0.13 |
XYZ | 40.7779 | 30.9731 | 72.2358 |
Yxy | 30.9731 | 0.2832 | 0.2151 |
Hunter Lab | 55.6535 | 33.3953 | -37.9984 |
CIE-Lab | 62.4849 | 38.8107 | -39.1137 |
#b980dd color RGB value is (185,128,221).
#b980dd hex color red value is 185, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b980dd hue: 0.77 , saturation: 0.58 and the lightness value of b980dd is 0.68.
The process color (four color CMYK) of #b980dd color hex is 0.16, 0.42, 0.00, 0.13. Web safe color of #b980dd is #cc99cc. Color #b980dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10000000 | 11011101 |
Octal | 271 | 200 | 335 |
Decimal | 185 | 128 | 221 |
Hex | B9 | 80 | DD |
Shades of #b980dd
Tints of #b980dd
RGB Percentages of Color #b980dd
CMYK Percentages of Color #b980dd
Complementary Color
#b980dd | #a4dd80 |
#b980dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b980dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b980dd Color CSS Codes
.mybgcolor {background-color:#b980dd; } .myforecolor {color:#b980dd; } .mybordercolor {border:3px solid #b980dd; }
#b980dd Text Font Color
<p style="color:#b980dd">Text here</p>
This sample text font color is #b980dd
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.
#b980dd Background Color
<div style="background-color:#b980dd">
Div content here</div>
This div background color is #b980dd
#b980dd Border Color
<div style="border:3px solid #b980dd">
Div here</div>
This div border color is #b980dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,128,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b980dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b980dd; -webkit-box-shadow: 1px 1px 3px 2px #b980dd; box-shadow: 1px 1px 3px 2px #b980dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,128,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b980dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b980dd; -webkit-box-shadow: 1px 1px 3px 2px #b980dd; box-shadow: 1px 1px 3px 2px #b980dd;">
Div content here</div>
This div box has shadow with color #b980dd
Comments
No comments written yet.
Please login to write comment.