Color spaces of #b86def
RGB | 184 | 109 | 239 |
---|---|---|---|
HSL | 0.76 | 0.80 | 0.68 |
HSV | 275° | 54° | 94° |
CMYK | 0.23 | 0.54 | 0.00 0.06 |
XYZ | 40.8158 | 27.3596 | 84.7911 |
Yxy | 27.3596 | 0.2668 | 0.1789 |
Hunter Lab | 52.3064 | 47.7511 | -59.4973 |
CIE-Lab | 59.3057 | 52.6310 | -54.1663 |
#b86def color RGB value is (184,109,239).
#b86def hex color red value is 184, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b86def hue: 0.76 , saturation: 0.80 and the lightness value of b86def is 0.68.
The process color (four color CMYK) of #b86def color hex is 0.23, 0.54, 0.00, 0.06. Web safe color of #b86def is #cc66ff. Color #b86def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01101101 | 11101111 |
Octal | 270 | 155 | 357 |
Decimal | 184 | 109 | 239 |
Hex | B8 | 6D | EF |
Shades of #b86def
Tints of #b86def
RGB Percentages of Color #b86def
CMYK Percentages of Color #b86def
Complementary Color
#b86def | #a4ef6d |
#b86def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b86def Color Preview on White Background
Lorem ipsum dolor sit amet.
#b86def Color CSS Codes
.mybgcolor {background-color:#b86def; } .myforecolor {color:#b86def; } .mybordercolor {border:3px solid #b86def; }
#b86def Text Font Color
<p style="color:#b86def">Text here</p>
This sample text font color is #b86def
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.
#b86def Background Color
<div style="background-color:#b86def">
Div content here</div>
This div background color is #b86def
#b86def Border Color
<div style="border:3px solid #b86def">
Div here</div>
This div border color is #b86def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,109,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b86def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b86def; -webkit-box-shadow: 1px 1px 3px 2px #b86def; box-shadow: 1px 1px 3px 2px #b86def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,109,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b86def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b86def; -webkit-box-shadow: 1px 1px 3px 2px #b86def; box-shadow: 1px 1px 3px 2px #b86def;">
Div content here</div>
This div box has shadow with color #b86def
Comments
No comments written yet.
Please login to write comment.