Color spaces of #844767
RGB | 132 | 71 | 103 |
---|---|---|---|
HSL | 0.91 | 0.30 | 0.40 |
HSV | 329° | 46° | 52° |
CMYK | 0.00 | 0.46 | 0.22 0.48 |
XYZ | 14.2171 | 10.3913 | 14.0884 |
Yxy | 10.3913 | 0.3674 | 0.2685 |
Hunter Lab | 32.2355 | 22.3131 | -3.3476 |
CIE-Lab | 38.5357 | 30.3484 | -7.1301 |
#844767 color RGB value is (132,71,103).
#844767 hex color red value is 132, green value is 71 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #844767 hue: 0.91 , saturation: 0.30 and the lightness value of 844767 is 0.40.
The process color (four color CMYK) of #844767 color hex is 0.00, 0.46, 0.22, 0.48. Web safe color of #844767 is #993366. Color #844767 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01000111 | 01100111 |
Octal | 204 | 107 | 147 |
Decimal | 132 | 71 | 103 |
Hex | 84 | 47 | 67 |
Shades of #844767
Tints of #844767
RGB Percentages of Color #844767
CMYK Percentages of Color #844767
Complementary Color
#844767 | #478464 |
#844767 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#844767 Color Preview on White Background
Lorem ipsum dolor sit amet.
#844767 Color CSS Codes
.mybgcolor {background-color:#844767; } .myforecolor {color:#844767; } .mybordercolor {border:3px solid #844767; }
#844767 Text Font Color
<p style="color:#844767">Text here</p>
This sample text font color is #844767
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.
#844767 Background Color
<div style="background-color:#844767">
Div content here</div>
This div background color is #844767
#844767 Border Color
<div style="border:3px solid #844767">
Div here</div>
This div border color is #844767
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,71,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #844767; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #844767; -webkit-box-shadow: 1px 1px 3px 2px #844767; box-shadow: 1px 1px 3px 2px #844767; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,71,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #844767">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #844767; -webkit-box-shadow: 1px 1px 3px 2px #844767; box-shadow: 1px 1px 3px 2px #844767;">
Div content here</div>
This div box has shadow with color #844767
Comments
No comments written yet.
Please login to write comment.