Color spaces of #553994
RGB | 85 | 57 | 148 |
---|---|---|---|
HSL | 0.72 | 0.44 | 0.40 |
HSV | 258° | 61° | 58° |
CMYK | 0.43 | 0.61 | 0.00 0.42 |
XYZ | 10.5547 | 6.9957 | 28.8110 |
Yxy | 6.9957 | 0.2277 | 0.1509 |
Hunter Lab | 26.4494 | 24.9445 | -46.0693 |
CIE-Lab | 31.7971 | 34.3067 | -45.9905 |
#553994 color RGB value is (85,57,148).
#553994 hex color red value is 85, green value is 57 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #553994 hue: 0.72 , saturation: 0.44 and the lightness value of 553994 is 0.40.
The process color (four color CMYK) of #553994 color hex is 0.43, 0.61, 0.00, 0.42. Web safe color of #553994 is #663399. Color #553994 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00111001 | 10010100 |
Octal | 125 | 71 | 224 |
Decimal | 85 | 57 | 148 |
Hex | 55 | 39 | 94 |
Shades of #553994
Tints of #553994
RGB Percentages of Color #553994
CMYK Percentages of Color #553994
Complementary Color
#553994 | #789439 |
#553994 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#553994 Color Preview on White Background
Lorem ipsum dolor sit amet.
#553994 Color CSS Codes
.mybgcolor {background-color:#553994; } .myforecolor {color:#553994; } .mybordercolor {border:3px solid #553994; }
#553994 Text Font Color
<p style="color:#553994">Text here</p>
This sample text font color is #553994
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.
#553994 Background Color
<div style="background-color:#553994">
Div content here</div>
This div background color is #553994
#553994 Border Color
<div style="border:3px solid #553994">
Div here</div>
This div border color is #553994
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,57,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #553994; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #553994; -webkit-box-shadow: 1px 1px 3px 2px #553994; box-shadow: 1px 1px 3px 2px #553994; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,57,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #553994">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #553994; -webkit-box-shadow: 1px 1px 3px 2px #553994; box-shadow: 1px 1px 3px 2px #553994;">
Div content here</div>
This div box has shadow with color #553994
Comments
No comments written yet.
Please login to write comment.