Color spaces of #834baf
RGB | 131 | 75 | 175 |
---|---|---|---|
HSL | 0.76 | 0.40 | 0.49 |
HSV | 274° | 57° | 69° |
CMYK | 0.25 | 0.57 | 0.00 0.31 |
XYZ | 19.6140 | 12.9526 | 42.0238 |
Yxy | 12.9526 | 0.2630 | 0.1736 |
Hunter Lab | 35.9897 | 34.2985 | -44.0378 |
CIE-Lab | 42.6917 | 42.4878 | -44.4231 |
#834baf color RGB value is (131,75,175).
#834baf hex color red value is 131, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #834baf hue: 0.76 , saturation: 0.40 and the lightness value of 834baf is 0.49.
The process color (four color CMYK) of #834baf color hex is 0.25, 0.57, 0.00, 0.31. Web safe color of #834baf is #993399. Color #834baf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01001011 | 10101111 |
Octal | 203 | 113 | 257 |
Decimal | 131 | 75 | 175 |
Hex | 83 | 4B | AF |
Shades of #834baf
Tints of #834baf
RGB Percentages of Color #834baf
CMYK Percentages of Color #834baf
Complementary Color
#834baf | #77af4b |
#834baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#834baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#834baf Color CSS Codes
.mybgcolor {background-color:#834baf; } .myforecolor {color:#834baf; } .mybordercolor {border:3px solid #834baf; }
#834baf Text Font Color
<p style="color:#834baf">Text here</p>
This sample text font color is #834baf
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.
#834baf Background Color
<div style="background-color:#834baf">
Div content here</div>
This div background color is #834baf
#834baf Border Color
<div style="border:3px solid #834baf">
Div here</div>
This div border color is #834baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,75,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #834baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #834baf; -webkit-box-shadow: 1px 1px 3px 2px #834baf; box-shadow: 1px 1px 3px 2px #834baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,75,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #834baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #834baf; -webkit-box-shadow: 1px 1px 3px 2px #834baf; box-shadow: 1px 1px 3px 2px #834baf;">
Div content here</div>
This div box has shadow with color #834baf
Comments
No comments written yet.
Please login to write comment.