Color spaces of #834089
RGB | 131 | 64 | 137 |
---|---|---|---|
HSL | 0.82 | 0.36 | 0.39 |
HSV | 295° | 53° | 54° |
CMYK | 0.04 | 0.53 | 0.00 0.46 |
XYZ | 15.7088 | 10.2982 | 24.8267 |
Yxy | 10.2982 | 0.3090 | 0.2026 |
Hunter Lab | 32.0908 | 31.2188 | -23.4055 |
CIE-Lab | 38.3724 | 40.0283 | -28.4391 |
#834089 color RGB value is (131,64,137).
#834089 hex color red value is 131, green value is 64 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #834089 hue: 0.82 , saturation: 0.36 and the lightness value of 834089 is 0.39.
The process color (four color CMYK) of #834089 color hex is 0.04, 0.53, 0.00, 0.46. Web safe color of #834089 is #993399. Color #834089 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01000000 | 10001001 |
Octal | 203 | 100 | 211 |
Decimal | 131 | 64 | 137 |
Hex | 83 | 40 | 89 |
Shades of #834089
Tints of #834089
RGB Percentages of Color #834089
CMYK Percentages of Color #834089
Complementary Color
#834089 | #468940 |
#834089 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#834089 Color Preview on White Background
Lorem ipsum dolor sit amet.
#834089 Color CSS Codes
.mybgcolor {background-color:#834089; } .myforecolor {color:#834089; } .mybordercolor {border:3px solid #834089; }
#834089 Text Font Color
<p style="color:#834089">Text here</p>
This sample text font color is #834089
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.
#834089 Background Color
<div style="background-color:#834089">
Div content here</div>
This div background color is #834089
#834089 Border Color
<div style="border:3px solid #834089">
Div here</div>
This div border color is #834089
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,64,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #834089; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #834089; -webkit-box-shadow: 1px 1px 3px 2px #834089; box-shadow: 1px 1px 3px 2px #834089; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,64,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #834089">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #834089; -webkit-box-shadow: 1px 1px 3px 2px #834089; box-shadow: 1px 1px 3px 2px #834089;">
Div content here</div>
This div box has shadow with color #834089
Comments
No comments written yet.
Please login to write comment.