Color spaces of #5604ac
RGB | 86 | 4 | 172 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.35 |
HSV | 269° | 98° | 67° |
CMYK | 0.50 | 0.98 | 0.00 0.33 |
XYZ | 11.3276 | 5.0438 | 39.4063 |
Yxy | 5.0438 | 0.2031 | 0.0904 |
Hunter Lab | 22.4584 | 50.7299 | -88.3114 |
CIE-Lab | 26.8592 | 61.3196 | -68.6323 |
#5604ac color RGB value is (86,4,172).
#5604ac hex color red value is 86, green value is 4 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5604ac hue: 0.75 , saturation: 0.95 and the lightness value of 5604ac is 0.35.
The process color (four color CMYK) of #5604ac color hex is 0.50, 0.98, 0.00, 0.33. Web safe color of #5604ac is #660099. Color #5604ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00000100 | 10101100 |
Octal | 126 | 4 | 254 |
Decimal | 86 | 4 | 172 |
Hex | 56 | 4 | AC |
Shades of #5604ac
Tints of #5604ac
RGB Percentages of Color #5604ac
CMYK Percentages of Color #5604ac
Complementary Color
#5604ac | #5aac04 |
#5604ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5604ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#5604ac Color CSS Codes
.mybgcolor {background-color:#5604ac; } .myforecolor {color:#5604ac; } .mybordercolor {border:3px solid #5604ac; }
#5604ac Text Font Color
<p style="color:#5604ac">Text here</p>
This sample text font color is #5604ac
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.
#5604ac Background Color
<div style="background-color:#5604ac">
Div content here</div>
This div background color is #5604ac
#5604ac Border Color
<div style="border:3px solid #5604ac">
Div here</div>
This div border color is #5604ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,4,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5604ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5604ac; -webkit-box-shadow: 1px 1px 3px 2px #5604ac; box-shadow: 1px 1px 3px 2px #5604ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,4,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5604ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5604ac; -webkit-box-shadow: 1px 1px 3px 2px #5604ac; box-shadow: 1px 1px 3px 2px #5604ac;">
Div content here</div>
This div box has shadow with color #5604ac
Comments
No comments written yet.
Please login to write comment.