Color spaces of #54459f
RGB | 84 | 69 | 159 |
---|---|---|---|
HSL | 0.69 | 0.39 | 0.45 |
HSV | 250° | 57° | 62° |
CMYK | 0.47 | 0.57 | 0.00 0.38 |
XYZ | 12.0423 | 8.6443 | 33.8347 |
Yxy | 8.6443 | 0.2209 | 0.1585 |
Hunter Lab | 29.4012 | 21.6589 | -47.6497 |
CIE-Lab | 35.2902 | 30.0486 | -47.0347 |
#54459f color RGB value is (84,69,159).
#54459f hex color red value is 84, green value is 69 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #54459f hue: 0.69 , saturation: 0.39 and the lightness value of 54459f is 0.45.
The process color (four color CMYK) of #54459f color hex is 0.47, 0.57, 0.00, 0.38. Web safe color of #54459f is #663399. Color #54459f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01000101 | 10011111 |
Octal | 124 | 105 | 237 |
Decimal | 84 | 69 | 159 |
Hex | 54 | 45 | 9F |
Shades of #54459f
Tints of #54459f
RGB Percentages of Color #54459f
CMYK Percentages of Color #54459f
Complementary Color
#54459f | #909f45 |
#54459f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54459f Color Preview on White Background
Lorem ipsum dolor sit amet.
#54459f Color CSS Codes
.mybgcolor {background-color:#54459f; } .myforecolor {color:#54459f; } .mybordercolor {border:3px solid #54459f; }
#54459f Text Font Color
<p style="color:#54459f">Text here</p>
This sample text font color is #54459f
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.
#54459f Background Color
<div style="background-color:#54459f">
Div content here</div>
This div background color is #54459f
#54459f Border Color
<div style="border:3px solid #54459f">
Div here</div>
This div border color is #54459f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,69,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54459f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54459f; -webkit-box-shadow: 1px 1px 3px 2px #54459f; box-shadow: 1px 1px 3px 2px #54459f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,69,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54459f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54459f; -webkit-box-shadow: 1px 1px 3px 2px #54459f; box-shadow: 1px 1px 3px 2px #54459f;">
Div content here</div>
This div box has shadow with color #54459f
Comments
No comments written yet.
Please login to write comment.