Color spaces of #478bdf
RGB | 71 | 139 | 223 |
---|---|---|---|
HSL | 0.59 | 0.70 | 0.58 |
HSV | 213° | 68° | 87° |
CMYK | 0.68 | 0.38 | 0.00 0.13 |
XYZ | 25.1504 | 25.1325 | 73.3375 |
Yxy | 25.1325 | 0.2034 | 0.2033 |
Hunter Lab | 50.1323 | 1.8184 | -51.6414 |
CIE-Lab | 57.2043 | 5.4646 | -49.1005 |
#478bdf color RGB value is (71,139,223).
#478bdf hex color red value is 71, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #478bdf hue: 0.59 , saturation: 0.70 and the lightness value of 478bdf is 0.58.
The process color (four color CMYK) of #478bdf color hex is 0.68, 0.38, 0.00, 0.13. Web safe color of #478bdf is #3399cc. Color #478bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10001011 | 11011111 |
Octal | 107 | 213 | 337 |
Decimal | 71 | 139 | 223 |
Hex | 47 | 8B | DF |
Shades of #478bdf
Tints of #478bdf
RGB Percentages of Color #478bdf
CMYK Percentages of Color #478bdf
Complementary Color
#478bdf | #df9b47 |
#478bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#478bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#478bdf Color CSS Codes
.mybgcolor {background-color:#478bdf; } .myforecolor {color:#478bdf; } .mybordercolor {border:3px solid #478bdf; }
#478bdf Text Font Color
<p style="color:#478bdf">Text here</p>
This sample text font color is #478bdf
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.
#478bdf Background Color
<div style="background-color:#478bdf">
Div content here</div>
This div background color is #478bdf
#478bdf Border Color
<div style="border:3px solid #478bdf">
Div here</div>
This div border color is #478bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,139,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #478bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478bdf; -webkit-box-shadow: 1px 1px 3px 2px #478bdf; box-shadow: 1px 1px 3px 2px #478bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,139,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #478bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #478bdf; -webkit-box-shadow: 1px 1px 3px 2px #478bdf; box-shadow: 1px 1px 3px 2px #478bdf;">
Div content here</div>
This div box has shadow with color #478bdf
Comments
No comments written yet.
Please login to write comment.