Color spaces of #835fbf
RGB | 131 | 95 | 191 |
---|---|---|---|
HSL | 0.73 | 0.43 | 0.56 |
HSV | 263° | 50° | 75° |
CMYK | 0.31 | 0.50 | 0.00 0.25 |
XYZ | 22.8563 | 16.7713 | 51.3227 |
Yxy | 16.7713 | 0.2513 | 0.1844 |
Hunter Lab | 40.9528 | 27.9559 | -45.6363 |
CIE-Lab | 47.9706 | 35.1923 | -45.3550 |
#835fbf color RGB value is (131,95,191).
#835fbf hex color red value is 131, green value is 95 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #835fbf hue: 0.73 , saturation: 0.43 and the lightness value of 835fbf is 0.56.
The process color (four color CMYK) of #835fbf color hex is 0.31, 0.50, 0.00, 0.25. Web safe color of #835fbf is #9966cc. Color #835fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01011111 | 10111111 |
Octal | 203 | 137 | 277 |
Decimal | 131 | 95 | 191 |
Hex | 83 | 5F | BF |
Shades of #835fbf
Tints of #835fbf
RGB Percentages of Color #835fbf
CMYK Percentages of Color #835fbf
Complementary Color
#835fbf | #9bbf5f |
#835fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#835fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#835fbf Color CSS Codes
.mybgcolor {background-color:#835fbf; } .myforecolor {color:#835fbf; } .mybordercolor {border:3px solid #835fbf; }
#835fbf Text Font Color
<p style="color:#835fbf">Text here</p>
This sample text font color is #835fbf
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.
#835fbf Background Color
<div style="background-color:#835fbf">
Div content here</div>
This div background color is #835fbf
#835fbf Border Color
<div style="border:3px solid #835fbf">
Div here</div>
This div border color is #835fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,95,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #835fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #835fbf; -webkit-box-shadow: 1px 1px 3px 2px #835fbf; box-shadow: 1px 1px 3px 2px #835fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,95,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 #835fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #835fbf; -webkit-box-shadow: 1px 1px 3px 2px #835fbf; box-shadow: 1px 1px 3px 2px #835fbf;">
Div content here</div>
This div box has shadow with color #835fbf
Comments
No comments written yet.
Please login to write comment.