Color spaces of #8139ab
RGB | 129 | 57 | 171 |
---|---|---|---|
HSL | 0.77 | 0.50 | 0.45 |
HSV | 278° | 67° | 67° |
CMYK | 0.25 | 0.67 | 0.00 0.33 |
XYZ | 17.8671 | 10.5337 | 39.6196 |
Yxy | 10.5337 | 0.2627 | 0.1549 |
Hunter Lab | 32.4557 | 41.4683 | -49.6581 |
CIE-Lab | 38.7837 | 50.2867 | -48.3294 |
#8139ab color RGB value is (129,57,171).
#8139ab hex color red value is 129, green value is 57 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8139ab hue: 0.77 , saturation: 0.50 and the lightness value of 8139ab is 0.45.
The process color (four color CMYK) of #8139ab color hex is 0.25, 0.67, 0.00, 0.33. Web safe color of #8139ab is #993399. Color #8139ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 00111001 | 10101011 |
Octal | 201 | 71 | 253 |
Decimal | 129 | 57 | 171 |
Hex | 81 | 39 | AB |
Shades of #8139ab
Tints of #8139ab
RGB Percentages of Color #8139ab
CMYK Percentages of Color #8139ab
Complementary Color
#8139ab | #63ab39 |
#8139ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8139ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#8139ab Color CSS Codes
.mybgcolor {background-color:#8139ab; } .myforecolor {color:#8139ab; } .mybordercolor {border:3px solid #8139ab; }
#8139ab Text Font Color
<p style="color:#8139ab">Text here</p>
This sample text font color is #8139ab
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.
#8139ab Background Color
<div style="background-color:#8139ab">
Div content here</div>
This div background color is #8139ab
#8139ab Border Color
<div style="border:3px solid #8139ab">
Div here</div>
This div border color is #8139ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,57,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8139ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8139ab; -webkit-box-shadow: 1px 1px 3px 2px #8139ab; box-shadow: 1px 1px 3px 2px #8139ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,57,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8139ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8139ab; -webkit-box-shadow: 1px 1px 3px 2px #8139ab; box-shadow: 1px 1px 3px 2px #8139ab;">
Div content here</div>
This div box has shadow with color #8139ab
Comments
No comments written yet.
Please login to write comment.