Color spaces of #478ffe
RGB | 71 | 143 | 254 |
---|---|---|---|
HSL | 0.60 | 0.99 | 0.64 |
HSV | 216° | 72° | 100° |
CMYK | 0.72 | 0.44 | 0.00 0.00 |
XYZ | 30.3104 | 28.1403 | 97.6000 |
Yxy | 28.1403 | 0.1942 | 0.1803 |
Hunter Lab | 53.0474 | 9.1589 | -71.9523 |
CIE-Lab | 60.0153 | 13.9505 | -61.7775 |
#478ffe color RGB value is (71,143,254).
#478ffe hex color red value is 71, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #478ffe hue: 0.60 , saturation: 0.99 and the lightness value of 478ffe is 0.64.
The process color (four color CMYK) of #478ffe color hex is 0.72, 0.44, 0.00, 0.00. Web safe color of #478ffe is #3399ff. Color #478ffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10001111 | 11111110 |
Octal | 107 | 217 | 376 |
Decimal | 71 | 143 | 254 |
Hex | 47 | 8F | FE |
Shades of #478ffe
Tints of #478ffe
RGB Percentages of Color #478ffe
CMYK Percentages of Color #478ffe
Complementary Color
#478ffe | #feb647 |
#478ffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#478ffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#478ffe Color CSS Codes
.mybgcolor {background-color:#478ffe; } .myforecolor {color:#478ffe; } .mybordercolor {border:3px solid #478ffe; }
#478ffe Text Font Color
<p style="color:#478ffe">Text here</p>
This sample text font color is #478ffe
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.
#478ffe Background Color
<div style="background-color:#478ffe">
Div content here</div>
This div background color is #478ffe
#478ffe Border Color
<div style="border:3px solid #478ffe">
Div here</div>
This div border color is #478ffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,143,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #478ffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478ffe; -webkit-box-shadow: 1px 1px 3px 2px #478ffe; box-shadow: 1px 1px 3px 2px #478ffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,143,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #478ffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #478ffe; -webkit-box-shadow: 1px 1px 3px 2px #478ffe; box-shadow: 1px 1px 3px 2px #478ffe;">
Div content here</div>
This div box has shadow with color #478ffe
Comments
No comments written yet.
Please login to write comment.