Color spaces of #47317c
RGB | 71 | 49 | 124 |
---|---|---|---|
HSL | 0.72 | 0.43 | 0.34 |
HSV | 258° | 60° | 49° |
CMYK | 0.43 | 0.60 | 0.00 0.51 |
XYZ | 7.3349 | 4.9915 | 19.6456 |
Yxy | 4.9915 | 0.2294 | 0.1561 |
Hunter Lab | 22.3417 | 19.5047 | -36.4961 |
CIE-Lab | 26.7105 | 28.7765 | -39.3750 |
#47317c color RGB value is (71,49,124).
#47317c hex color red value is 71, green value is 49 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #47317c hue: 0.72 , saturation: 0.43 and the lightness value of 47317c is 0.34.
The process color (four color CMYK) of #47317c color hex is 0.43, 0.60, 0.00, 0.51. Web safe color of #47317c is #333366. Color #47317c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00110001 | 01111100 |
Octal | 107 | 61 | 174 |
Decimal | 71 | 49 | 124 |
Hex | 47 | 31 | 7C |
Shades of #47317c
Tints of #47317c
RGB Percentages of Color #47317c
CMYK Percentages of Color #47317c
Complementary Color
#47317c | #667c31 |
#47317c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47317c Color Preview on White Background
Lorem ipsum dolor sit amet.
#47317c Color CSS Codes
.mybgcolor {background-color:#47317c; } .myforecolor {color:#47317c; } .mybordercolor {border:3px solid #47317c; }
#47317c Text Font Color
<p style="color:#47317c">Text here</p>
This sample text font color is #47317c
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.
#47317c Background Color
<div style="background-color:#47317c">
Div content here</div>
This div background color is #47317c
#47317c Border Color
<div style="border:3px solid #47317c">
Div here</div>
This div border color is #47317c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,49,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47317c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47317c; -webkit-box-shadow: 1px 1px 3px 2px #47317c; box-shadow: 1px 1px 3px 2px #47317c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,49,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47317c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47317c; -webkit-box-shadow: 1px 1px 3px 2px #47317c; box-shadow: 1px 1px 3px 2px #47317c;">
Div content here</div>
This div box has shadow with color #47317c
Comments
No comments written yet.
Please login to write comment.