Color spaces of #473fde
RGB | 71 | 63 | 222 |
---|---|---|---|
HSL | 0.68 | 0.71 | 0.56 |
HSV | 243° | 72° | 87° |
CMYK | 0.68 | 0.72 | 0.00 0.13 |
XYZ | 17.5609 | 10.1685 | 70.1444 |
Yxy | 10.1685 | 0.1794 | 0.1039 |
Hunter Lab | 31.8881 | 42.4965 | -108.0989 |
CIE-Lab | 38.1432 | 51.4021 | -79.3823 |
#473fde color RGB value is (71,63,222).
#473fde hex color red value is 71, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #473fde hue: 0.68 , saturation: 0.71 and the lightness value of 473fde is 0.56.
The process color (four color CMYK) of #473fde color hex is 0.68, 0.72, 0.00, 0.13. Web safe color of #473fde is #3333cc. Color #473fde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00111111 | 11011110 |
Octal | 107 | 77 | 336 |
Decimal | 71 | 63 | 222 |
Hex | 47 | 3F | DE |
Shades of #473fde
Tints of #473fde
RGB Percentages of Color #473fde
CMYK Percentages of Color #473fde
Complementary Color
#473fde | #d6de3f |
#473fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#473fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#473fde Color CSS Codes
.mybgcolor {background-color:#473fde; } .myforecolor {color:#473fde; } .mybordercolor {border:3px solid #473fde; }
#473fde Text Font Color
<p style="color:#473fde">Text here</p>
This sample text font color is #473fde
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.
#473fde Background Color
<div style="background-color:#473fde">
Div content here</div>
This div background color is #473fde
#473fde Border Color
<div style="border:3px solid #473fde">
Div here</div>
This div border color is #473fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,63,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #473fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473fde; -webkit-box-shadow: 1px 1px 3px 2px #473fde; box-shadow: 1px 1px 3px 2px #473fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,63,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #473fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #473fde; -webkit-box-shadow: 1px 1px 3px 2px #473fde; box-shadow: 1px 1px 3px 2px #473fde;">
Div content here</div>
This div box has shadow with color #473fde
Comments
No comments written yet.
Please login to write comment.