Color spaces of #b86ddc
RGB | 184 | 109 | 220 |
---|---|---|---|
HSL | 0.78 | 0.61 | 0.65 |
HSV | 281° | 50° | 86° |
CMYK | 0.16 | 0.50 | 0.00 0.14 |
XYZ | 38.1541 | 26.2949 | 70.7746 |
Yxy | 26.2949 | 0.2822 | 0.1945 |
Hunter Lab | 51.2786 | 43.0765 | -45.9370 |
CIE-Lab | 58.3159 | 48.5124 | -45.1175 |
#b86ddc color RGB value is (184,109,220).
#b86ddc hex color red value is 184, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b86ddc hue: 0.78 , saturation: 0.61 and the lightness value of b86ddc is 0.65.
The process color (four color CMYK) of #b86ddc color hex is 0.16, 0.50, 0.00, 0.14. Web safe color of #b86ddc is #cc66cc. Color #b86ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01101101 | 11011100 |
Octal | 270 | 155 | 334 |
Decimal | 184 | 109 | 220 |
Hex | B8 | 6D | DC |
Shades of #b86ddc
Tints of #b86ddc
RGB Percentages of Color #b86ddc
CMYK Percentages of Color #b86ddc
Complementary Color
#b86ddc | #91dc6d |
#b86ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b86ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b86ddc Color CSS Codes
.mybgcolor {background-color:#b86ddc; } .myforecolor {color:#b86ddc; } .mybordercolor {border:3px solid #b86ddc; }
#b86ddc Text Font Color
<p style="color:#b86ddc">Text here</p>
This sample text font color is #b86ddc
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.
#b86ddc Background Color
<div style="background-color:#b86ddc">
Div content here</div>
This div background color is #b86ddc
#b86ddc Border Color
<div style="border:3px solid #b86ddc">
Div here</div>
This div border color is #b86ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,109,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b86ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b86ddc; -webkit-box-shadow: 1px 1px 3px 2px #b86ddc; box-shadow: 1px 1px 3px 2px #b86ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,109,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b86ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b86ddc; -webkit-box-shadow: 1px 1px 3px 2px #b86ddc; box-shadow: 1px 1px 3px 2px #b86ddc;">
Div content here</div>
This div box has shadow with color #b86ddc
Comments
No comments written yet.
Please login to write comment.