Color spaces of #b840bf
RGB | 184 | 64 | 191 |
---|---|---|---|
HSL | 0.82 | 0.50 | 0.50 |
HSV | 297° | 66° | 75° |
CMYK | 0.04 | 0.66 | 0.00 0.25 |
XYZ | 31.0045 | 17.6187 | 51.0568 |
Yxy | 17.6187 | 0.3110 | 0.1768 |
Hunter Lab | 41.9746 | 58.3931 | -42.7365 |
CIE-Lab | 49.0303 | 63.8873 | -43.2585 |
#b840bf color RGB value is (184,64,191).
#b840bf hex color red value is 184, green value is 64 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b840bf hue: 0.82 , saturation: 0.50 and the lightness value of b840bf is 0.50.
The process color (four color CMYK) of #b840bf color hex is 0.04, 0.66, 0.00, 0.25. Web safe color of #b840bf is #cc33cc. Color #b840bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01000000 | 10111111 |
Octal | 270 | 100 | 277 |
Decimal | 184 | 64 | 191 |
Hex | B8 | 40 | BF |
Shades of #b840bf
Tints of #b840bf
RGB Percentages of Color #b840bf
CMYK Percentages of Color #b840bf
Complementary Color
#b840bf | #47bf40 |
#b840bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b840bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b840bf Color CSS Codes
.mybgcolor {background-color:#b840bf; } .myforecolor {color:#b840bf; } .mybordercolor {border:3px solid #b840bf; }
#b840bf Text Font Color
<p style="color:#b840bf">Text here</p>
This sample text font color is #b840bf
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.
#b840bf Background Color
<div style="background-color:#b840bf">
Div content here</div>
This div background color is #b840bf
#b840bf Border Color
<div style="border:3px solid #b840bf">
Div here</div>
This div border color is #b840bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,64,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b840bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b840bf; -webkit-box-shadow: 1px 1px 3px 2px #b840bf; box-shadow: 1px 1px 3px 2px #b840bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,64,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 #b840bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b840bf; -webkit-box-shadow: 1px 1px 3px 2px #b840bf; box-shadow: 1px 1px 3px 2px #b840bf;">
Div content here</div>
This div box has shadow with color #b840bf
Comments
No comments written yet.
Please login to write comment.