Color spaces of #55176a
RGB | 85 | 23 | 106 |
---|---|---|---|
HSL | 0.79 | 0.64 | 0.25 |
HSV | 285° | 78° | 42° |
CMYK | 0.20 | 0.78 | 0.00 0.58 |
XYZ | 6.6542 | 3.5847 | 13.9769 |
Yxy | 3.5847 | 0.2748 | 0.1480 |
Hunter Lab | 18.9333 | 29.6014 | -30.5156 |
CIE-Lab | 22.2480 | 41.2115 | -34.9449 |
#55176a color RGB value is (85,23,106).
#55176a hex color red value is 85, green value is 23 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #55176a hue: 0.79 , saturation: 0.64 and the lightness value of 55176a is 0.25.
The process color (four color CMYK) of #55176a color hex is 0.20, 0.78, 0.00, 0.58. Web safe color of #55176a is #660066. Color #55176a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00010111 | 01101010 |
Octal | 125 | 27 | 152 |
Decimal | 85 | 23 | 106 |
Hex | 55 | 17 | 6A |
Shades of #55176a
Tints of #55176a
RGB Percentages of Color #55176a
CMYK Percentages of Color #55176a
Complementary Color
#55176a | #2c6a17 |
#55176a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55176a Color Preview on White Background
Lorem ipsum dolor sit amet.
#55176a Color CSS Codes
.mybgcolor {background-color:#55176a; } .myforecolor {color:#55176a; } .mybordercolor {border:3px solid #55176a; }
#55176a Text Font Color
<p style="color:#55176a">Text here</p>
This sample text font color is #55176a
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.
#55176a Background Color
<div style="background-color:#55176a">
Div content here</div>
This div background color is #55176a
#55176a Border Color
<div style="border:3px solid #55176a">
Div here</div>
This div border color is #55176a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,23,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55176a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55176a; -webkit-box-shadow: 1px 1px 3px 2px #55176a; box-shadow: 1px 1px 3px 2px #55176a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,23,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55176a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55176a; -webkit-box-shadow: 1px 1px 3px 2px #55176a; box-shadow: 1px 1px 3px 2px #55176a;">
Div content here</div>
This div box has shadow with color #55176a
Comments
No comments written yet.
Please login to write comment.