Color spaces of #900770
RGB | 144 | 7 | 112 |
---|---|---|---|
HSL | 0.87 | 0.91 | 0.30 |
HSV | 314° | 95° | 56° |
CMYK | 0.00 | 0.95 | 0.22 0.44 |
XYZ | 14.5022 | 7.2511 | 15.9645 |
Yxy | 7.2511 | 0.3845 | 0.1922 |
Hunter Lab | 26.9279 | 49.0087 | -16.3013 |
CIE-Lab | 32.3718 | 58.6794 | -22.0620 |
#900770 color RGB value is (144,7,112).
#900770 hex color red value is 144, green value is 7 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #900770 hue: 0.87 , saturation: 0.91 and the lightness value of 900770 is 0.30.
The process color (four color CMYK) of #900770 color hex is 0.00, 0.95, 0.22, 0.44. Web safe color of #900770 is #990066. Color #900770 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00000111 | 01110000 |
Octal | 220 | 7 | 160 |
Decimal | 144 | 7 | 112 |
Hex | 90 | 7 | 70 |
Shades of #900770
Tints of #900770
RGB Percentages of Color #900770
CMYK Percentages of Color #900770
Complementary Color
#900770 | #079027 |
#900770 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#900770 Color Preview on White Background
Lorem ipsum dolor sit amet.
#900770 Color CSS Codes
.mybgcolor {background-color:#900770; } .myforecolor {color:#900770; } .mybordercolor {border:3px solid #900770; }
#900770 Text Font Color
<p style="color:#900770">Text here</p>
This sample text font color is #900770
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.
#900770 Background Color
<div style="background-color:#900770">
Div content here</div>
This div background color is #900770
#900770 Border Color
<div style="border:3px solid #900770">
Div here</div>
This div border color is #900770
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,7,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #900770; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #900770; -webkit-box-shadow: 1px 1px 3px 2px #900770; box-shadow: 1px 1px 3px 2px #900770; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,7,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #900770">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #900770; -webkit-box-shadow: 1px 1px 3px 2px #900770; box-shadow: 1px 1px 3px 2px #900770;">
Div content here</div>
This div box has shadow with color #900770
Comments
No comments written yet.
Please login to write comment.