Color spaces of #544764
RGB | 84 | 71 | 100 |
---|---|---|---|
HSL | 0.74 | 0.17 | 0.34 |
HSV | 267° | 29° | 39° |
CMYK | 0.16 | 0.29 | 0.00 0.61 |
XYZ | 8.2096 | 7.3114 | 13.0351 |
Yxy | 7.3114 | 0.2875 | 0.2560 |
Hunter Lab | 27.0396 | 6.8758 | -9.6545 |
CIE-Lab | 32.5056 | 11.9441 | -14.9405 |
#544764 color RGB value is (84,71,100).
#544764 hex color red value is 84, green value is 71 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #544764 hue: 0.74 , saturation: 0.17 and the lightness value of 544764 is 0.34.
The process color (four color CMYK) of #544764 color hex is 0.16, 0.29, 0.00, 0.61. Web safe color of #544764 is #663366. Color #544764 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01000111 | 01100100 |
Octal | 124 | 107 | 144 |
Decimal | 84 | 71 | 100 |
Hex | 54 | 47 | 64 |
Shades of #544764
Tints of #544764
RGB Percentages of Color #544764
CMYK Percentages of Color #544764
Complementary Color
#544764 | #576447 |
#544764 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#544764 Color Preview on White Background
Lorem ipsum dolor sit amet.
#544764 Color CSS Codes
.mybgcolor {background-color:#544764; } .myforecolor {color:#544764; } .mybordercolor {border:3px solid #544764; }
#544764 Text Font Color
<p style="color:#544764">Text here</p>
This sample text font color is #544764
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.
#544764 Background Color
<div style="background-color:#544764">
Div content here</div>
This div background color is #544764
#544764 Border Color
<div style="border:3px solid #544764">
Div here</div>
This div border color is #544764
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,71,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #544764; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #544764; -webkit-box-shadow: 1px 1px 3px 2px #544764; box-shadow: 1px 1px 3px 2px #544764; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,71,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #544764">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #544764; -webkit-box-shadow: 1px 1px 3px 2px #544764; box-shadow: 1px 1px 3px 2px #544764;">
Div content here</div>
This div box has shadow with color #544764
Comments
No comments written yet.
Please login to write comment.