Color spaces of #861bbd
RGB | 134 | 27 | 189 |
---|---|---|---|
HSL | 0.78 | 0.75 | 0.42 |
HSV | 280° | 86° | 74° |
CMYK | 0.29 | 0.86 | 0.00 0.26 |
XYZ | 19.4088 | 9.5263 | 48.9599 |
Yxy | 9.5263 | 0.2492 | 0.1223 |
Hunter Lab | 30.8647 | 58.2338 | -72.4449 |
CIE-Lab | 36.9785 | 66.0800 | -61.8806 |
#861bbd color RGB value is (134,27,189).
#861bbd hex color red value is 134, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #861bbd hue: 0.78 , saturation: 0.75 and the lightness value of 861bbd is 0.42.
The process color (four color CMYK) of #861bbd color hex is 0.29, 0.86, 0.00, 0.26. Web safe color of #861bbd is #9933cc. Color #861bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00011011 | 10111101 |
Octal | 206 | 33 | 275 |
Decimal | 134 | 27 | 189 |
Hex | 86 | 1B | BD |
Shades of #861bbd
Tints of #861bbd
RGB Percentages of Color #861bbd
CMYK Percentages of Color #861bbd
Complementary Color
#861bbd | #52bd1b |
#861bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#861bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#861bbd Color CSS Codes
.mybgcolor {background-color:#861bbd; } .myforecolor {color:#861bbd; } .mybordercolor {border:3px solid #861bbd; }
#861bbd Text Font Color
<p style="color:#861bbd">Text here</p>
This sample text font color is #861bbd
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.
#861bbd Background Color
<div style="background-color:#861bbd">
Div content here</div>
This div background color is #861bbd
#861bbd Border Color
<div style="border:3px solid #861bbd">
Div here</div>
This div border color is #861bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,27,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #861bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #861bbd; -webkit-box-shadow: 1px 1px 3px 2px #861bbd; box-shadow: 1px 1px 3px 2px #861bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,27,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #861bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #861bbd; -webkit-box-shadow: 1px 1px 3px 2px #861bbd; box-shadow: 1px 1px 3px 2px #861bbd;">
Div content here</div>
This div box has shadow with color #861bbd
Comments
No comments written yet.
Please login to write comment.