Color spaces of #478bdc
RGB | 71 | 139 | 220 |
---|---|---|---|
HSL | 0.59 | 0.68 | 0.57 |
HSV | 213° | 68° | 86° |
CMYK | 0.68 | 0.37 | 0.00 0.14 |
XYZ | 24.7494 | 24.9721 | 71.2258 |
Yxy | 24.9721 | 0.2046 | 0.2065 |
Hunter Lab | 49.9721 | 0.9535 | -49.5263 |
CIE-Lab | 57.0482 | 4.4221 | -47.6705 |
#478bdc color RGB value is (71,139,220).
#478bdc hex color red value is 71, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #478bdc hue: 0.59 , saturation: 0.68 and the lightness value of 478bdc is 0.57.
The process color (four color CMYK) of #478bdc color hex is 0.68, 0.37, 0.00, 0.14. Web safe color of #478bdc is #3399cc. Color #478bdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10001011 | 11011100 |
Octal | 107 | 213 | 334 |
Decimal | 71 | 139 | 220 |
Hex | 47 | 8B | DC |
Shades of #478bdc
Tints of #478bdc
RGB Percentages of Color #478bdc
CMYK Percentages of Color #478bdc
Complementary Color
#478bdc | #dc9847 |
#478bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#478bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#478bdc Color CSS Codes
.mybgcolor {background-color:#478bdc; } .myforecolor {color:#478bdc; } .mybordercolor {border:3px solid #478bdc; }
#478bdc Text Font Color
<p style="color:#478bdc">Text here</p>
This sample text font color is #478bdc
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.
#478bdc Background Color
<div style="background-color:#478bdc">
Div content here</div>
This div background color is #478bdc
#478bdc Border Color
<div style="border:3px solid #478bdc">
Div here</div>
This div border color is #478bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,139,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #478bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478bdc; -webkit-box-shadow: 1px 1px 3px 2px #478bdc; box-shadow: 1px 1px 3px 2px #478bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,139,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #478bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #478bdc; -webkit-box-shadow: 1px 1px 3px 2px #478bdc; box-shadow: 1px 1px 3px 2px #478bdc;">
Div content here</div>
This div box has shadow with color #478bdc
Comments
No comments written yet.
Please login to write comment.