Color spaces of #719091
RGB | 113 | 144 | 145 |
---|---|---|---|
HSL | 0.51 | 0.13 | 0.51 |
HSV | 182° | 22° | 57° |
CMYK | 0.22 | 0.01 | 0.00 0.43 |
XYZ | 21.8941 | 25.5016 | 30.5564 |
Yxy | 25.5016 | 0.2809 | 0.3271 |
Hunter Lab | 50.4991 | -10.9840 | -0.5263 |
CIE-Lab | 57.5609 | -10.5712 | -4.1123 |
#719091 color RGB value is (113,144,145).
#719091 hex color red value is 113, green value is 144 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #719091 hue: 0.51 , saturation: 0.13 and the lightness value of 719091 is 0.51.
The process color (four color CMYK) of #719091 color hex is 0.22, 0.01, 0.00, 0.43. Web safe color of #719091 is #669999. Color #719091 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10010000 | 10010001 |
Octal | 161 | 220 | 221 |
Decimal | 113 | 144 | 145 |
Hex | 71 | 90 | 91 |
Shades of #719091
Tints of #719091
RGB Percentages of Color #719091
CMYK Percentages of Color #719091
Complementary Color
#719091 | #917271 |
#719091 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#719091 Color Preview on White Background
Lorem ipsum dolor sit amet.
#719091 Color CSS Codes
.mybgcolor {background-color:#719091; } .myforecolor {color:#719091; } .mybordercolor {border:3px solid #719091; }
#719091 Text Font Color
<p style="color:#719091">Text here</p>
This sample text font color is #719091
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.
#719091 Background Color
<div style="background-color:#719091">
Div content here</div>
This div background color is #719091
#719091 Border Color
<div style="border:3px solid #719091">
Div here</div>
This div border color is #719091
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,144,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #719091; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #719091; -webkit-box-shadow: 1px 1px 3px 2px #719091; box-shadow: 1px 1px 3px 2px #719091; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,144,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #719091">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #719091; -webkit-box-shadow: 1px 1px 3px 2px #719091; box-shadow: 1px 1px 3px 2px #719091;">
Div content here</div>
This div box has shadow with color #719091
Comments
No comments written yet.
Please login to write comment.