Color spaces of #0080da
RGB | 0 | 128 | 218 |
---|---|---|---|
HSL | 0.57 | 1.00 | 0.43 |
HSV | 205° | 100° | 85° |
CMYK | 1.00 | 0.41 | 0.00 0.15 |
XYZ | 20.3741 | 20.5003 | 69.2128 |
Yxy | 20.5003 | 0.1851 | 0.1862 |
Hunter Lab | 45.2773 | 1.0872 | -58.9392 |
CIE-Lab | 52.3982 | 4.4181 | -54.0365 |
#0080da color RGB value is (0,128,218).
#0080da hex color red value is 0, green value is 128 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0080da hue: 0.57 , saturation: 1.00 and the lightness value of 0080da is 0.43.
The process color (four color CMYK) of #0080da color hex is 1.00, 0.41, 0.00, 0.15. Web safe color of #0080da is #0099cc. Color #0080da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10000000 | 11011010 |
Octal | 0 | 200 | 332 |
Decimal | 0 | 128 | 218 |
Hex | 0 | 80 | DA |
Shades of #0080da
Tints of #0080da
RGB Percentages of Color #0080da
CMYK Percentages of Color #0080da
Complementary Color
#0080da | #da5a00 |
#0080da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0080da Color Preview on White Background
Lorem ipsum dolor sit amet.
#0080da Color CSS Codes
.mybgcolor {background-color:#0080da; } .myforecolor {color:#0080da; } .mybordercolor {border:3px solid #0080da; }
#0080da Text Font Color
<p style="color:#0080da">Text here</p>
This sample text font color is #0080da
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.
#0080da Background Color
<div style="background-color:#0080da">
Div content here</div>
This div background color is #0080da
#0080da Border Color
<div style="border:3px solid #0080da">
Div here</div>
This div border color is #0080da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,128,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0080da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0080da; -webkit-box-shadow: 1px 1px 3px 2px #0080da; box-shadow: 1px 1px 3px 2px #0080da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,128,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0080da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0080da; -webkit-box-shadow: 1px 1px 3px 2px #0080da; box-shadow: 1px 1px 3px 2px #0080da;">
Div content here</div>
This div box has shadow with color #0080da
Comments
No comments written yet.
Please login to write comment.