Color spaces of #473cdb
RGB | 71 | 60 | 219 |
---|---|---|---|
HSL | 0.68 | 0.69 | 0.55 |
HSV | 244° | 73° | 86° |
CMYK | 0.68 | 0.73 | 0.00 0.14 |
XYZ | 17.0006 | 9.6858 | 67.9913 |
Yxy | 9.6858 | 0.1796 | 0.1023 |
Hunter Lab | 31.1220 | 43.0432 | -107.7436 |
CIE-Lab | 37.2725 | 52.0934 | -79.0977 |
#473cdb color RGB value is (71,60,219).
#473cdb hex color red value is 71, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #473cdb hue: 0.68 , saturation: 0.69 and the lightness value of 473cdb is 0.55.
The process color (four color CMYK) of #473cdb color hex is 0.68, 0.73, 0.00, 0.14. Web safe color of #473cdb is #3333cc. Color #473cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00111100 | 11011011 |
Octal | 107 | 74 | 333 |
Decimal | 71 | 60 | 219 |
Hex | 47 | 3C | DB |
Shades of #473cdb
Tints of #473cdb
RGB Percentages of Color #473cdb
CMYK Percentages of Color #473cdb
Complementary Color
#473cdb | #d0db3c |
#473cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#473cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#473cdb Color CSS Codes
.mybgcolor {background-color:#473cdb; } .myforecolor {color:#473cdb; } .mybordercolor {border:3px solid #473cdb; }
#473cdb Text Font Color
<p style="color:#473cdb">Text here</p>
This sample text font color is #473cdb
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.
#473cdb Background Color
<div style="background-color:#473cdb">
Div content here</div>
This div background color is #473cdb
#473cdb Border Color
<div style="border:3px solid #473cdb">
Div here</div>
This div border color is #473cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,60,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #473cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473cdb; -webkit-box-shadow: 1px 1px 3px 2px #473cdb; box-shadow: 1px 1px 3px 2px #473cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,60,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #473cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #473cdb; -webkit-box-shadow: 1px 1px 3px 2px #473cdb; box-shadow: 1px 1px 3px 2px #473cdb;">
Div content here</div>
This div box has shadow with color #473cdb
Comments
No comments written yet.
Please login to write comment.