Color spaces of #803aba
RGB | 128 | 58 | 186 |
---|---|---|---|
HSL | 0.76 | 0.52 | 0.48 |
HSV | 273° | 69° | 73° |
CMYK | 0.31 | 0.69 | 0.00 0.27 |
XYZ | 19.2781 | 11.1605 | 47.5925 |
Yxy | 11.1605 | 0.2471 | 0.1430 |
Hunter Lab | 33.4073 | 44.5427 | -61.0801 |
CIE-Lab | 39.8495 | 53.0425 | -55.4907 |
#803aba color RGB value is (128,58,186).
#803aba hex color red value is 128, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #803aba hue: 0.76 , saturation: 0.52 and the lightness value of 803aba is 0.48.
The process color (four color CMYK) of #803aba color hex is 0.31, 0.69, 0.00, 0.27. Web safe color of #803aba is #9933cc. Color #803aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00111010 | 10111010 |
Octal | 200 | 72 | 272 |
Decimal | 128 | 58 | 186 |
Hex | 80 | 3A | BA |
Shades of #803aba
Tints of #803aba
RGB Percentages of Color #803aba
CMYK Percentages of Color #803aba
Complementary Color
#803aba | #74ba3a |
#803aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#803aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#803aba Color CSS Codes
.mybgcolor {background-color:#803aba; } .myforecolor {color:#803aba; } .mybordercolor {border:3px solid #803aba; }
#803aba Text Font Color
<p style="color:#803aba">Text here</p>
This sample text font color is #803aba
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.
#803aba Background Color
<div style="background-color:#803aba">
Div content here</div>
This div background color is #803aba
#803aba Border Color
<div style="border:3px solid #803aba">
Div here</div>
This div border color is #803aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,58,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #803aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #803aba; -webkit-box-shadow: 1px 1px 3px 2px #803aba; box-shadow: 1px 1px 3px 2px #803aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,58,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #803aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #803aba; -webkit-box-shadow: 1px 1px 3px 2px #803aba; box-shadow: 1px 1px 3px 2px #803aba;">
Div content here</div>
This div box has shadow with color #803aba
Comments
No comments written yet.
Please login to write comment.