Color spaces of #471fcf
RGB | 71 | 31 | 207 |
---|---|---|---|
HSL | 0.70 | 0.74 | 0.47 |
HSV | 254° | 85° | 81° |
CMYK | 0.66 | 0.85 | 0.00 0.19 |
XYZ | 14.3510 | 6.8246 | 59.5924 |
Yxy | 6.8246 | 0.1777 | 0.0845 |
Hunter Lab | 26.1239 | 52.3408 | -116.9621 |
CIE-Lab | 31.4042 | 61.9184 | -81.8649 |
#471fcf color RGB value is (71,31,207).
#471fcf hex color red value is 71, green value is 31 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #471fcf hue: 0.70 , saturation: 0.74 and the lightness value of 471fcf is 0.47.
The process color (four color CMYK) of #471fcf color hex is 0.66, 0.85, 0.00, 0.19. Web safe color of #471fcf is #3333cc. Color #471fcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00011111 | 11001111 |
Octal | 107 | 37 | 317 |
Decimal | 71 | 31 | 207 |
Hex | 47 | 1F | CF |
Shades of #471fcf
Tints of #471fcf
RGB Percentages of Color #471fcf
CMYK Percentages of Color #471fcf
Complementary Color
#471fcf | #a7cf1f |
#471fcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#471fcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#471fcf Color CSS Codes
.mybgcolor {background-color:#471fcf; } .myforecolor {color:#471fcf; } .mybordercolor {border:3px solid #471fcf; }
#471fcf Text Font Color
<p style="color:#471fcf">Text here</p>
This sample text font color is #471fcf
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.
#471fcf Background Color
<div style="background-color:#471fcf">
Div content here</div>
This div background color is #471fcf
#471fcf Border Color
<div style="border:3px solid #471fcf">
Div here</div>
This div border color is #471fcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,31,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #471fcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471fcf; -webkit-box-shadow: 1px 1px 3px 2px #471fcf; box-shadow: 1px 1px 3px 2px #471fcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,31,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #471fcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #471fcf; -webkit-box-shadow: 1px 1px 3px 2px #471fcf; box-shadow: 1px 1px 3px 2px #471fcf;">
Div content here</div>
This div box has shadow with color #471fcf
Comments
No comments written yet.
Please login to write comment.