Color spaces of #5504aa
RGB | 85 | 4 | 170 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.34 |
HSV | 269° | 98° | 67° |
CMYK | 0.50 | 0.98 | 0.00 0.33 |
XYZ | 11.0454 | 4.9204 | 38.3978 |
Yxy | 4.9204 | 0.2032 | 0.0905 |
Hunter Lab | 22.1820 | 50.0647 | -87.1058 |
CIE-Lab | 26.5068 | 60.7781 | -68.0135 |
#5504aa color RGB value is (85,4,170).
#5504aa hex color red value is 85, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5504aa hue: 0.75 , saturation: 0.95 and the lightness value of 5504aa is 0.34.
The process color (four color CMYK) of #5504aa color hex is 0.50, 0.98, 0.00, 0.33. Web safe color of #5504aa is #660099. Color #5504aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00000100 | 10101010 |
Octal | 125 | 4 | 252 |
Decimal | 85 | 4 | 170 |
Hex | 55 | 4 | AA |
Shades of #5504aa
Tints of #5504aa
RGB Percentages of Color #5504aa
CMYK Percentages of Color #5504aa
Complementary Color
#5504aa | #59aa04 |
#5504aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5504aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#5504aa Color CSS Codes
.mybgcolor {background-color:#5504aa; } .myforecolor {color:#5504aa; } .mybordercolor {border:3px solid #5504aa; }
#5504aa Text Font Color
<p style="color:#5504aa">Text here</p>
This sample text font color is #5504aa
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.
#5504aa Background Color
<div style="background-color:#5504aa">
Div content here</div>
This div background color is #5504aa
#5504aa Border Color
<div style="border:3px solid #5504aa">
Div here</div>
This div border color is #5504aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,4,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5504aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5504aa; -webkit-box-shadow: 1px 1px 3px 2px #5504aa; box-shadow: 1px 1px 3px 2px #5504aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,4,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5504aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5504aa; -webkit-box-shadow: 1px 1px 3px 2px #5504aa; box-shadow: 1px 1px 3px 2px #5504aa;">
Div content here</div>
This div box has shadow with color #5504aa
Comments
No comments written yet.
Please login to write comment.