Color spaces of #471bfb
RGB | 71 | 27 | 251 |
---|---|---|---|
HSL | 0.70 | 0.97 | 0.55 |
HSV | 252° | 89° | 98° |
CMYK | 0.72 | 0.89 | 0.00 0.02 |
XYZ | 20.4031 | 9.0885 | 91.9457 |
Yxy | 9.0885 | 0.1680 | 0.0748 |
Hunter Lab | 30.1471 | 68.0484 | -159.7255 |
CIE-Lab | 36.1541 | 74.5776 | -99.1191 |
#471bfb color RGB value is (71,27,251).
#471bfb hex color red value is 71, green value is 27 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #471bfb hue: 0.70 , saturation: 0.97 and the lightness value of 471bfb is 0.55.
The process color (four color CMYK) of #471bfb color hex is 0.72, 0.89, 0.00, 0.02. Web safe color of #471bfb is #3333ff. Color #471bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00011011 | 11111011 |
Octal | 107 | 33 | 373 |
Decimal | 71 | 27 | 251 |
Hex | 47 | 1B | FB |
Shades of #471bfb
Tints of #471bfb
RGB Percentages of Color #471bfb
CMYK Percentages of Color #471bfb
Complementary Color
#471bfb | #cffb1b |
#471bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#471bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#471bfb Color CSS Codes
.mybgcolor {background-color:#471bfb; } .myforecolor {color:#471bfb; } .mybordercolor {border:3px solid #471bfb; }
#471bfb Text Font Color
<p style="color:#471bfb">Text here</p>
This sample text font color is #471bfb
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.
#471bfb Background Color
<div style="background-color:#471bfb">
Div content here</div>
This div background color is #471bfb
#471bfb Border Color
<div style="border:3px solid #471bfb">
Div here</div>
This div border color is #471bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,27,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #471bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471bfb; -webkit-box-shadow: 1px 1px 3px 2px #471bfb; box-shadow: 1px 1px 3px 2px #471bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,27,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 #471bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #471bfb; -webkit-box-shadow: 1px 1px 3px 2px #471bfb; box-shadow: 1px 1px 3px 2px #471bfb;">
Div content here</div>
This div box has shadow with color #471bfb
Comments
No comments written yet.
Please login to write comment.