Color spaces of #7182ac
RGB | 113 | 130 | 172 |
---|---|---|---|
HSL | 0.62 | 0.26 | 0.56 |
HSV | 223° | 34° | 67° |
CMYK | 0.34 | 0.24 | 0.00 0.33 |
XYZ | 22.2391 | 22.4545 | 42.1918 |
Yxy | 22.4545 | 0.2560 | 0.2584 |
Hunter Lab | 47.3862 | 0.8471 | -19.6204 |
CIE-Lab | 54.5060 | 4.1983 | -24.2476 |
#7182ac color RGB value is (113,130,172).
#7182ac hex color red value is 113, green value is 130 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7182ac hue: 0.62 , saturation: 0.26 and the lightness value of 7182ac is 0.56.
The process color (four color CMYK) of #7182ac color hex is 0.34, 0.24, 0.00, 0.33. Web safe color of #7182ac is #669999. Color #7182ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10000010 | 10101100 |
Octal | 161 | 202 | 254 |
Decimal | 113 | 130 | 172 |
Hex | 71 | 82 | AC |
Shades of #7182ac
Tints of #7182ac
RGB Percentages of Color #7182ac
CMYK Percentages of Color #7182ac
Complementary Color
#7182ac | #ac9b71 |
#7182ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7182ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#7182ac Color CSS Codes
.mybgcolor {background-color:#7182ac; } .myforecolor {color:#7182ac; } .mybordercolor {border:3px solid #7182ac; }
#7182ac Text Font Color
<p style="color:#7182ac">Text here</p>
This sample text font color is #7182ac
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.
#7182ac Background Color
<div style="background-color:#7182ac">
Div content here</div>
This div background color is #7182ac
#7182ac Border Color
<div style="border:3px solid #7182ac">
Div here</div>
This div border color is #7182ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,130,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7182ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7182ac; -webkit-box-shadow: 1px 1px 3px 2px #7182ac; box-shadow: 1px 1px 3px 2px #7182ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,130,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7182ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7182ac; -webkit-box-shadow: 1px 1px 3px 2px #7182ac; box-shadow: 1px 1px 3px 2px #7182ac;">
Div content here</div>
This div box has shadow with color #7182ac
Comments
No comments written yet.
Please login to write comment.