Color spaces of #473cfb
RGB | 71 | 60 | 251 |
---|---|---|---|
HSL | 0.68 | 0.96 | 0.61 |
HSV | 243° | 76° | 98° |
CMYK | 0.72 | 0.76 | 0.00 0.02 |
XYZ | 21.6270 | 11.5363 | 92.3537 |
Yxy | 11.5363 | 0.1723 | 0.0919 |
Hunter Lab | 33.9651 | 54.2193 | -137.4383 |
CIE-Lab | 40.4694 | 61.8474 | -91.9581 |
#473cfb color RGB value is (71,60,251).
#473cfb hex color red value is 71, green value is 60 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #473cfb hue: 0.68 , saturation: 0.96 and the lightness value of 473cfb is 0.61.
The process color (four color CMYK) of #473cfb color hex is 0.72, 0.76, 0.00, 0.02. Web safe color of #473cfb is #3333ff. Color #473cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00111100 | 11111011 |
Octal | 107 | 74 | 373 |
Decimal | 71 | 60 | 251 |
Hex | 47 | 3C | FB |
Shades of #473cfb
Tints of #473cfb
RGB Percentages of Color #473cfb
CMYK Percentages of Color #473cfb
Complementary Color
#473cfb | #f0fb3c |
#473cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#473cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#473cfb Color CSS Codes
.mybgcolor {background-color:#473cfb; } .myforecolor {color:#473cfb; } .mybordercolor {border:3px solid #473cfb; }
#473cfb Text Font Color
<p style="color:#473cfb">Text here</p>
This sample text font color is #473cfb
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.
#473cfb Background Color
<div style="background-color:#473cfb">
Div content here</div>
This div background color is #473cfb
#473cfb Border Color
<div style="border:3px solid #473cfb">
Div here</div>
This div border color is #473cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,60,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #473cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473cfb; -webkit-box-shadow: 1px 1px 3px 2px #473cfb; box-shadow: 1px 1px 3px 2px #473cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,60,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #473cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #473cfb; -webkit-box-shadow: 1px 1px 3px 2px #473cfb; box-shadow: 1px 1px 3px 2px #473cfb;">
Div content here</div>
This div box has shadow with color #473cfb
Comments
No comments written yet.
Please login to write comment.