Color spaces of #025080
RGB | 2 | 80 | 128 |
---|---|---|---|
HSL | 0.56 | 0.97 | 0.25 |
HSV | 203° | 98° | 50° |
CMYK | 0.98 | 0.38 | 0.00 0.50 |
XYZ | 6.7900 | 7.3087 | 21.4749 |
Yxy | 7.3087 | 0.1909 | 0.2055 |
Hunter Lab | 27.0346 | -2.4786 | -28.1727 |
CIE-Lab | 32.4996 | -1.5838 | -32.7981 |
#025080 color RGB value is (2,80,128).
#025080 hex color red value is 2, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #025080 hue: 0.56 , saturation: 0.97 and the lightness value of 025080 is 0.25.
The process color (four color CMYK) of #025080 color hex is 0.98, 0.38, 0.00, 0.50. Web safe color of #025080 is #006699. Color #025080 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01010000 | 10000000 |
Octal | 2 | 120 | 200 |
Decimal | 2 | 80 | 128 |
Hex | 2 | 50 | 80 |
Shades of #025080
Tints of #025080
RGB Percentages of Color #025080
CMYK Percentages of Color #025080
Complementary Color
#025080 | #803202 |
#025080 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#025080 Color Preview on White Background
Lorem ipsum dolor sit amet.
#025080 Color CSS Codes
.mybgcolor {background-color:#025080; } .myforecolor {color:#025080; } .mybordercolor {border:3px solid #025080; }
#025080 Text Font Color
<p style="color:#025080">Text here</p>
This sample text font color is #025080
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.
#025080 Background Color
<div style="background-color:#025080">
Div content here</div>
This div background color is #025080
#025080 Border Color
<div style="border:3px solid #025080">
Div here</div>
This div border color is #025080
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,80,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #025080; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #025080; -webkit-box-shadow: 1px 1px 3px 2px #025080; box-shadow: 1px 1px 3px 2px #025080; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,80,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #025080">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #025080; -webkit-box-shadow: 1px 1px 3px 2px #025080; box-shadow: 1px 1px 3px 2px #025080;">
Div content here</div>
This div box has shadow with color #025080
Comments
No comments written yet.
Please login to write comment.