Color spaces of #544281
RGB | 84 | 66 | 129 |
---|---|---|---|
HSL | 0.71 | 0.32 | 0.38 |
HSV | 257° | 49° | 51° |
CMYK | 0.35 | 0.49 | 0.00 0.49 |
XYZ | 9.5668 | 7.3662 | 21.6865 |
Yxy | 7.3662 | 0.2477 | 0.1907 |
Hunter Lab | 27.1407 | 15.4229 | -28.3765 |
CIE-Lab | 32.6264 | 22.9871 | -32.9605 |
#544281 color RGB value is (84,66,129).
#544281 hex color red value is 84, green value is 66 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #544281 hue: 0.71 , saturation: 0.32 and the lightness value of 544281 is 0.38.
The process color (four color CMYK) of #544281 color hex is 0.35, 0.49, 0.00, 0.49. Web safe color of #544281 is #663399. Color #544281 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01000010 | 10000001 |
Octal | 124 | 102 | 201 |
Decimal | 84 | 66 | 129 |
Hex | 54 | 42 | 81 |
Shades of #544281
Tints of #544281
RGB Percentages of Color #544281
CMYK Percentages of Color #544281
Complementary Color
#544281 | #6f8142 |
#544281 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#544281 Color Preview on White Background
Lorem ipsum dolor sit amet.
#544281 Color CSS Codes
.mybgcolor {background-color:#544281; } .myforecolor {color:#544281; } .mybordercolor {border:3px solid #544281; }
#544281 Text Font Color
<p style="color:#544281">Text here</p>
This sample text font color is #544281
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.
#544281 Background Color
<div style="background-color:#544281">
Div content here</div>
This div background color is #544281
#544281 Border Color
<div style="border:3px solid #544281">
Div here</div>
This div border color is #544281
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,66,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #544281; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #544281; -webkit-box-shadow: 1px 1px 3px 2px #544281; box-shadow: 1px 1px 3px 2px #544281; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,66,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #544281">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #544281; -webkit-box-shadow: 1px 1px 3px 2px #544281; box-shadow: 1px 1px 3px 2px #544281;">
Div content here</div>
This div box has shadow with color #544281
#544281 Color Palettes
Comments
No comments written yet.
Please login to write comment.