Color spaces of #92577a
RGB | 146 | 87 | 122 |
---|---|---|---|
HSL | 0.90 | 0.25 | 0.46 |
HSV | 324° | 40° | 57° |
CMYK | 0.00 | 0.40 | 0.16 0.43 |
XYZ | 18.7751 | 14.3325 | 20.1893 |
Yxy | 14.3325 | 0.3523 | 0.2689 |
Hunter Lab | 37.8583 | 22.2717 | -5.1177 |
CIE-Lab | 44.7060 | 29.5315 | -9.3814 |
#92577a color RGB value is (146,87,122).
#92577a hex color red value is 146, green value is 87 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #92577a hue: 0.90 , saturation: 0.25 and the lightness value of 92577a is 0.46.
The process color (four color CMYK) of #92577a color hex is 0.00, 0.40, 0.16, 0.43. Web safe color of #92577a is #996666. Color #92577a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 01010111 | 01111010 |
Octal | 222 | 127 | 172 |
Decimal | 146 | 87 | 122 |
Hex | 92 | 57 | 7A |
Shades of #92577a
Tints of #92577a
RGB Percentages of Color #92577a
CMYK Percentages of Color #92577a
Complementary Color
#92577a | #57926f |
#92577a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92577a Color Preview on White Background
Lorem ipsum dolor sit amet.
#92577a Color CSS Codes
.mybgcolor {background-color:#92577a; } .myforecolor {color:#92577a; } .mybordercolor {border:3px solid #92577a; }
#92577a Text Font Color
<p style="color:#92577a">Text here</p>
This sample text font color is #92577a
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.
#92577a Background Color
<div style="background-color:#92577a">
Div content here</div>
This div background color is #92577a
#92577a Border Color
<div style="border:3px solid #92577a">
Div here</div>
This div border color is #92577a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,87,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92577a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92577a; -webkit-box-shadow: 1px 1px 3px 2px #92577a; box-shadow: 1px 1px 3px 2px #92577a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,87,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92577a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92577a; -webkit-box-shadow: 1px 1px 3px 2px #92577a; box-shadow: 1px 1px 3px 2px #92577a;">
Div content here</div>
This div box has shadow with color #92577a
Comments
No comments written yet.
Please login to write comment.