Color spaces of #47074b
RGB | 71 | 7 | 75 |
---|---|---|---|
HSL | 0.82 | 0.83 | 0.16 |
HSV | 296° | 91° | 29° |
CMYK | 0.05 | 0.91 | 0.00 0.71 |
XYZ | 3.9445 | 1.9996 | 6.8347 |
Yxy | 1.9996 | 0.3087 | 0.1565 |
Hunter Lab | 14.1407 | 25.0456 | -18.7584 |
CIE-Lab | 15.4851 | 37.3978 | -25.1999 |
#47074b color RGB value is (71,7,75).
#47074b hex color red value is 71, green value is 7 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #47074b hue: 0.82 , saturation: 0.83 and the lightness value of 47074b is 0.16.
The process color (four color CMYK) of #47074b color hex is 0.05, 0.91, 0.00, 0.71. Web safe color of #47074b is #330033. Color #47074b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00000111 | 01001011 |
Octal | 107 | 7 | 113 |
Decimal | 71 | 7 | 75 |
Hex | 47 | 7 | 4B |
Shades of #47074b
Tints of #47074b
RGB Percentages of Color #47074b
CMYK Percentages of Color #47074b
Complementary Color
#47074b | #0b4b07 |
#47074b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47074b Color Preview on White Background
Lorem ipsum dolor sit amet.
#47074b Color CSS Codes
.mybgcolor {background-color:#47074b; } .myforecolor {color:#47074b; } .mybordercolor {border:3px solid #47074b; }
#47074b Text Font Color
<p style="color:#47074b">Text here</p>
This sample text font color is #47074b
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.
#47074b Background Color
<div style="background-color:#47074b">
Div content here</div>
This div background color is #47074b
#47074b Border Color
<div style="border:3px solid #47074b">
Div here</div>
This div border color is #47074b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,7,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47074b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47074b; -webkit-box-shadow: 1px 1px 3px 2px #47074b; box-shadow: 1px 1px 3px 2px #47074b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,7,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47074b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47074b; -webkit-box-shadow: 1px 1px 3px 2px #47074b; box-shadow: 1px 1px 3px 2px #47074b;">
Div content here</div>
This div box has shadow with color #47074b
Comments
No comments written yet.
Please login to write comment.