Color spaces of #57167e
RGB | 87 | 22 | 126 |
---|---|---|---|
HSL | 0.77 | 0.70 | 0.29 |
HSV | 278° | 83° | 49° |
CMYK | 0.31 | 0.83 | 0.00 0.51 |
XYZ | 7.9833 | 4.1064 | 20.1105 |
Yxy | 4.1064 | 0.2479 | 0.1275 |
Hunter Lab | 20.2643 | 34.8594 | -44.6552 |
CIE-Lab | 24.0201 | 46.4695 | -44.8982 |
#57167e color RGB value is (87,22,126).
#57167e hex color red value is 87, green value is 22 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #57167e hue: 0.77 , saturation: 0.70 and the lightness value of 57167e is 0.29.
The process color (four color CMYK) of #57167e color hex is 0.31, 0.83, 0.00, 0.51. Web safe color of #57167e is #660066. Color #57167e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00010110 | 01111110 |
Octal | 127 | 26 | 176 |
Decimal | 87 | 22 | 126 |
Hex | 57 | 16 | 7E |
Shades of #57167e
Tints of #57167e
RGB Percentages of Color #57167e
CMYK Percentages of Color #57167e
Complementary Color
#57167e | #3d7e16 |
#57167e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57167e Color Preview on White Background
Lorem ipsum dolor sit amet.
#57167e Color CSS Codes
.mybgcolor {background-color:#57167e; } .myforecolor {color:#57167e; } .mybordercolor {border:3px solid #57167e; }
#57167e Text Font Color
<p style="color:#57167e">Text here</p>
This sample text font color is #57167e
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.
#57167e Background Color
<div style="background-color:#57167e">
Div content here</div>
This div background color is #57167e
#57167e Border Color
<div style="border:3px solid #57167e">
Div here</div>
This div border color is #57167e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,22,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57167e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57167e; -webkit-box-shadow: 1px 1px 3px 2px #57167e; box-shadow: 1px 1px 3px 2px #57167e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,22,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #57167e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57167e; -webkit-box-shadow: 1px 1px 3px 2px #57167e; box-shadow: 1px 1px 3px 2px #57167e;">
Div content here</div>
This div box has shadow with color #57167e
Comments
No comments written yet.
Please login to write comment.