Color spaces of #814452
RGB | 129 | 68 | 82 |
---|---|---|---|
HSL | 0.96 | 0.31 | 0.39 |
HSV | 346° | 47° | 51° |
CMYK | 0.00 | 0.47 | 0.36 0.49 |
XYZ | 12.6434 | 9.4106 | 9.1327 |
Yxy | 9.4106 | 0.4054 | 0.3018 |
Hunter Lab | 30.6767 | 19.8845 | 3.8226 |
CIE-Lab | 36.7631 | 27.8107 | 3.4235 |
#814452 color RGB value is (129,68,82).
#814452 hex color red value is 129, green value is 68 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #814452 hue: 0.96 , saturation: 0.31 and the lightness value of 814452 is 0.39.
The process color (four color CMYK) of #814452 color hex is 0.00, 0.47, 0.36, 0.49. Web safe color of #814452 is #993366. Color #814452 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01000100 | 01010010 |
Octal | 201 | 104 | 122 |
Decimal | 129 | 68 | 82 |
Hex | 81 | 44 | 52 |
Shades of #814452
Tints of #814452
RGB Percentages of Color #814452
CMYK Percentages of Color #814452
Complementary Color
#814452 | #448173 |
#814452 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#814452 Color Preview on White Background
Lorem ipsum dolor sit amet.
#814452 Color CSS Codes
.mybgcolor {background-color:#814452; } .myforecolor {color:#814452; } .mybordercolor {border:3px solid #814452; }
#814452 Text Font Color
<p style="color:#814452">Text here</p>
This sample text font color is #814452
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.
#814452 Background Color
<div style="background-color:#814452">
Div content here</div>
This div background color is #814452
#814452 Border Color
<div style="border:3px solid #814452">
Div here</div>
This div border color is #814452
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,68,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #814452; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #814452; -webkit-box-shadow: 1px 1px 3px 2px #814452; box-shadow: 1px 1px 3px 2px #814452; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,68,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #814452">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #814452; -webkit-box-shadow: 1px 1px 3px 2px #814452; box-shadow: 1px 1px 3px 2px #814452;">
Div content here</div>
This div box has shadow with color #814452
Comments
No comments written yet.
Please login to write comment.