Color spaces of #b860bf
RGB | 184 | 96 | 191 |
---|---|---|---|
HSL | 0.82 | 0.43 | 0.56 |
HSV | 296° | 50° | 75° |
CMYK | 0.04 | 0.50 | 0.00 0.25 |
XYZ | 33.3540 | 22.3177 | 51.8400 |
Yxy | 22.3177 | 0.3102 | 0.2076 |
Hunter Lab | 47.2416 | 43.3535 | -31.9920 |
CIE-Lab | 54.3625 | 49.3872 | -34.8556 |
#b860bf color RGB value is (184,96,191).
#b860bf hex color red value is 184, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b860bf hue: 0.82 , saturation: 0.43 and the lightness value of b860bf is 0.56.
The process color (four color CMYK) of #b860bf color hex is 0.04, 0.50, 0.00, 0.25. Web safe color of #b860bf is #cc66cc. Color #b860bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01100000 | 10111111 |
Octal | 270 | 140 | 277 |
Decimal | 184 | 96 | 191 |
Hex | B8 | 60 | BF |
Shades of #b860bf
Tints of #b860bf
RGB Percentages of Color #b860bf
CMYK Percentages of Color #b860bf
Complementary Color
#b860bf | #67bf60 |
#b860bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b860bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b860bf Color CSS Codes
.mybgcolor {background-color:#b860bf; } .myforecolor {color:#b860bf; } .mybordercolor {border:3px solid #b860bf; }
#b860bf Text Font Color
<p style="color:#b860bf">Text here</p>
This sample text font color is #b860bf
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.
#b860bf Background Color
<div style="background-color:#b860bf">
Div content here</div>
This div background color is #b860bf
#b860bf Border Color
<div style="border:3px solid #b860bf">
Div here</div>
This div border color is #b860bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,96,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b860bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b860bf; -webkit-box-shadow: 1px 1px 3px 2px #b860bf; box-shadow: 1px 1px 3px 2px #b860bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,96,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b860bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b860bf; -webkit-box-shadow: 1px 1px 3px 2px #b860bf; box-shadow: 1px 1px 3px 2px #b860bf;">
Div content here</div>
This div box has shadow with color #b860bf
Comments
No comments written yet.
Please login to write comment.