Color spaces of #81257e
RGB | 129 | 37 | 126 |
---|---|---|---|
HSL | 0.84 | 0.55 | 0.33 |
HSV | 302° | 71° | 51° |
CMYK | 0.00 | 0.71 | 0.02 0.49 |
XYZ | 13.4807 | 7.4966 | 20.4751 |
Yxy | 7.4966 | 0.3252 | 0.1808 |
Hunter Lab | 27.3799 | 39.9709 | -25.1720 |
CIE-Lab | 32.9117 | 49.9259 | -30.2521 |
#81257e color RGB value is (129,37,126).
#81257e hex color red value is 129, green value is 37 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #81257e hue: 0.84 , saturation: 0.55 and the lightness value of 81257e is 0.33.
The process color (four color CMYK) of #81257e color hex is 0.00, 0.71, 0.02, 0.49. Web safe color of #81257e is #993366. Color #81257e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 00100101 | 01111110 |
Octal | 201 | 45 | 176 |
Decimal | 129 | 37 | 126 |
Hex | 81 | 25 | 7E |
Shades of #81257e
Tints of #81257e
RGB Percentages of Color #81257e
CMYK Percentages of Color #81257e
Complementary Color
#81257e | #258128 |
#81257e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81257e Color Preview on White Background
Lorem ipsum dolor sit amet.
#81257e Color CSS Codes
.mybgcolor {background-color:#81257e; } .myforecolor {color:#81257e; } .mybordercolor {border:3px solid #81257e; }
#81257e Text Font Color
<p style="color:#81257e">Text here</p>
This sample text font color is #81257e
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.
#81257e Background Color
<div style="background-color:#81257e">
Div content here</div>
This div background color is #81257e
#81257e Border Color
<div style="border:3px solid #81257e">
Div here</div>
This div border color is #81257e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,37,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81257e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81257e; -webkit-box-shadow: 1px 1px 3px 2px #81257e; box-shadow: 1px 1px 3px 2px #81257e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,37,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81257e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81257e; -webkit-box-shadow: 1px 1px 3px 2px #81257e; box-shadow: 1px 1px 3px 2px #81257e;">
Div content here</div>
This div box has shadow with color #81257e
Comments
No comments written yet.
Please login to write comment.