Color spaces of #2773ac
RGB | 39 | 115 | 172 |
---|---|---|---|
HSL | 0.57 | 0.63 | 0.41 |
HSV | 206° | 77° | 67° |
CMYK | 0.77 | 0.33 | 0.00 0.33 |
XYZ | 14.4138 | 15.6714 | 41.2949 |
Yxy | 15.6714 | 0.2019 | 0.2195 |
Hunter Lab | 39.5871 | -4.2850 | -34.1368 |
CIE-Lab | 46.5404 | -2.9359 | -36.9407 |
#2773ac color RGB value is (39,115,172).
#2773ac hex color red value is 39, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2773ac hue: 0.57 , saturation: 0.63 and the lightness value of 2773ac is 0.41.
The process color (four color CMYK) of #2773ac color hex is 0.77, 0.33, 0.00, 0.33. Web safe color of #2773ac is #336699. Color #2773ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01110011 | 10101100 |
Octal | 47 | 163 | 254 |
Decimal | 39 | 115 | 172 |
Hex | 27 | 73 | AC |
Shades of #2773ac
Tints of #2773ac
RGB Percentages of Color #2773ac
CMYK Percentages of Color #2773ac
Complementary Color
#2773ac | #ac6027 |
#2773ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2773ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#2773ac Color CSS Codes
.mybgcolor {background-color:#2773ac; } .myforecolor {color:#2773ac; } .mybordercolor {border:3px solid #2773ac; }
#2773ac Text Font Color
<p style="color:#2773ac">Text here</p>
This sample text font color is #2773ac
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.
#2773ac Background Color
<div style="background-color:#2773ac">
Div content here</div>
This div background color is #2773ac
#2773ac Border Color
<div style="border:3px solid #2773ac">
Div here</div>
This div border color is #2773ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,115,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2773ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2773ac; -webkit-box-shadow: 1px 1px 3px 2px #2773ac; box-shadow: 1px 1px 3px 2px #2773ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,115,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 #2773ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2773ac; -webkit-box-shadow: 1px 1px 3px 2px #2773ac; box-shadow: 1px 1px 3px 2px #2773ac;">
Div content here</div>
This div box has shadow with color #2773ac
Comments
No comments written yet.
Please login to write comment.